scrollable property

bool scrollable
final

Determines whether the title and content widgets are wrapped in a scrollable.

This configuration is used when the title and content are expected to overflow. Both title and content are wrapped in a scroll view, allowing all overflowed content to be visible while still showing the button bar.

Implementation

final bool scrollable;