scrollableBody property

bool scrollableBody
final

When true (default) the body is wrapped in a scroll view. Set false when the content manages its own scrolling (e.g. an inner list/table).

Implementation

final bool scrollableBody;