scrollable property

bool scrollable
final

Only used when child or builder is provided If true, the child will be wrapped in a SingleChildScrollView

Implementation

final bool scrollable;