gutter property

double? gutter
final

Represents the space between children.

By default the gutter will be set differently on different devices. This double value will be dependent of the breakpoint entry of the current screen.

Learn more at https://material.io/design/layout/responsive-layout-grid.html#breakpoints

Implementation

final double? gutter;