enabled property

bool enabled
final

Whether gutters are enabled by default.

Controls global activation of gutter padding in Gutter and SliverGutter widgets. When false, widgets default to zero padding, useful for full-bleed layouts or when overriding per-instance with the enabled parameter.

Implementation

final bool enabled;