UIButtonThemeData constructor
const
UIButtonThemeData({
- double? height,
- double? spacing,
- Color? backgroundColor,
- Color? foregroundColor,
- TextStyle? textStyle,
- BorderRadius? borderRadius,
- EdgeInsets? padding,
- UIIconThemeData? leftSuffixIcon,
- UIIconThemeData? rightSuffixIcon,
- BoxBorder? border,
- String? fontFamily,
Implementation
const UIButtonThemeData({
this.height,
this.spacing,
this.backgroundColor,
this.foregroundColor,
this.textStyle,
this.borderRadius,
this.padding,
this.leftSuffixIcon,
this.rightSuffixIcon,
this.border,
this.fontFamily,
});