margin property
The empty space to surround the button with.
Defaults to vertical margin of 16 logical pixels. Use EdgeInsets.zero to remove all margin.
Implementation
final EdgeInsetsGeometry? margin;
The empty space to surround the button with.
Defaults to vertical margin of 16 logical pixels. Use EdgeInsets.zero to remove all margin.
final EdgeInsetsGeometry? margin;