FButtonIconContentStyle constructor
const
FButtonIconContentStyle({
- required FWidgetStateMap<
IconThemeData> iconStyle, - EdgeInsetsGeometry padding = const EdgeInsets.all(7.5),
Creates a FButtonIconContentStyle.
Implementation
const FButtonIconContentStyle({required this.iconStyle, this.padding = const EdgeInsets.all(7.5)});