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