FButtonIconContentStyle constructor
const
FButtonIconContentStyle({
- required FVariants<
FTappableVariantConstraint, FTappableVariant, IconThemeData, IconThemeDataDelta> iconStyle, - BoxConstraints constraints = const BoxConstraints(),
- EdgeInsetsGeometry padding = const .all(10),
Creates a FButtonIconContentStyle.
Implementation
const FButtonIconContentStyle({
required this.iconStyle,
this.constraints = const BoxConstraints(),
this.padding = const .all(10),
});