margin property

  1. @override
LayoutValue<double> margin
final

Margins are the space between content and the left and right edges of the screen. Margin widths are defined as fixed values at each breakpoint range. To better adapt to the screen, the margin width can change at different breakpoints. Wider margins are more appropriate for larger screens, as they create more whitespace around the perimeter of content.

Implementation

@override
final LayoutValue<double> margin;