padding property
Insets a padding between its icon and text.
If null, EdgeInsets.only(left: 6)
is used.
Implementation
final EdgeInsetsGeometry? padding;
Insets a padding between its icon and text.
If null, EdgeInsets.only(left: 6)
is used.
final EdgeInsetsGeometry? padding;