ButtonStyling constructor

ButtonStyling({
  1. TextStyle? buttonTextStyle,
  2. Color? buttonColor,
})

Implementation

ButtonStyling({this.buttonTextStyle, this.buttonColor});