AmPmButtonStyle constructor

const AmPmButtonStyle({
  1. TextStyle? textStyle,
  2. BoxConstraints? constraints,
  3. Color? selectedColor,
  4. Color? borderColor,
  5. double? borderWidth,
  6. BorderRadius? borderRadius,
})

Implementation

const AmPmButtonStyle({
  this.textStyle,
  this.constraints,
  this.selectedColor,
  this.borderColor,
  this.borderWidth,
  this.borderRadius,
});