padding property
The padding around the action buttons.
If not specified, it defaults to EdgeInsets.symmetric(vertical: 10, horizontal: 8)
.
Implementation
final EdgeInsetsGeometry? padding;
The padding around the action buttons.
If not specified, it defaults to EdgeInsets.symmetric(vertical: 10, horizontal: 8)
.
final EdgeInsetsGeometry? padding;