margin property

double? margin
final

Empty space at the left and right of this widget.

By default the margins 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? margin;