margin property
The margin around the item, including the decoration.
Defaults to const EdgeInsets.symmetric(vertical: 2, horizontal: 4)
.
Implementation
@override
final EdgeInsetsGeometry margin;
The margin around the item, including the decoration.
Defaults to const EdgeInsets.symmetric(vertical: 2, horizontal: 4)
.
@override
final EdgeInsetsGeometry margin;