AmPmButtonStyle constructor
const
AmPmButtonStyle({
- TextStyle? textStyle,
- BoxConstraints? constraints,
- Color? selectedColor,
- Color? borderColor,
- double? borderWidth,
- BorderRadius? borderRadius,
Implementation
const AmPmButtonStyle({
this.textStyle,
this.constraints,
this.selectedColor,
this.borderColor,
this.borderWidth,
this.borderRadius,
});