CheckoutStyle constructor

CheckoutStyle({
  1. TextStyle? textStyle,
  2. Color? buttonColor,
  3. AppBar? appBar,
})

Implementation

CheckoutStyle({this.textStyle, this.buttonColor, this.appBar});