FButtonIconContentStyle constructor

const FButtonIconContentStyle({
  1. EdgeInsets padding = const EdgeInsets.all(7.5),
})

Implementation

const FButtonIconContentStyle({this.padding = const EdgeInsets.all(7.5)});