content property

List<Widget>? content
final

List of widgets that represent the main content (body) of the sheet, and would be displayed inside SliverList.

Implementation

final List<Widget>? content;