AppzStateStyle constructor
const
AppzStateStyle({
- required Color borderColor,
- double borderWidth = 1.0,
- required double borderRadius,
- required Color backgroundColor,
- required Color textColor,
- required Color labelColor,
- required String fontFamily,
- required double fontSize,
- required double labelFontSize,
- required double paddingHorizontal,
- required double paddingVertical,
Implementation
const AppzStateStyle({
required this.borderColor,
this.borderWidth = 1.0,
required this.borderRadius,
required this.backgroundColor,
required this.textColor,
required this.labelColor,
required this.fontFamily,
required this.fontSize,
required this.labelFontSize,
required this.paddingHorizontal,
required this.paddingVertical,
});