gutter property

  1. @override
LayoutValue<double> gutter
final

Gutters are the spaces between columns. They help separate content. Gutter widths are fixed values at each breakpoint range. To better adapt to the screen, gutter width can change at different breakpoints. Wider gutters are more appropriate for larger screens, as they create more whitespace between columns.

Implementation

@override
final LayoutValue<double> gutter = const ConstantLayoutValue(30.0);