scrollableBody property
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;
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).
final bool scrollableBody;