FButtonIconContentStyle constructor

const FButtonIconContentStyle({
  1. required FWidgetStateMap<IconThemeData> iconStyle,
  2. EdgeInsetsGeometry padding = const .all(7.5),
})

Implementation

const FButtonIconContentStyle({required this.iconStyle, this.padding = const .all(7.5)});