margin property

EdgeInsetsGeometry? margin
final

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;