gutters property

double get gutters
inherited

The size of gutters in pixels in this breakpoint system entry. Typically the same as margins.

Gutters represents the space between the columns.

https://material.io/design/layout/responsive-layout-grid.html#columns-gutters-and-margins

Implementation

double get gutters => throw _privateConstructorUsedError;