body property

  1. @override
Widget get body
override

The body of the expansion panel that's displayed below the header.

This widget is visible only when the panel is expanded.

Implementation

@override
Widget get body => Text("lol");