FormBubbleStyle constructor
      const
      FormBubbleStyle({ 
    
- DropDownElementStyle? dropDownStyle,
- RadioButtonElementStyle? radioButtonStyle,
- CheckBoxElementStyle? checkBoxStyle,
- TextInputElementStyle? textInputStyle,
- TextStyle? labelStyle,
- ButtonElementStyle? buttonStyle,
- ButtonElementStyle? submitButtonStyle,
- TextStyle? titleStyle,
- TextStyle? goalCompletionTextStyle,
- SingleSelectStyle? singleSelectStyle,
- double? width,
- double? height,
- Color? background,
- Gradient? gradient,
- BoxBorder? border,
- double? borderRadius,
Creates a new instance of FormBubbleStyle.
All parameters are optional.
Implementation
const FormBubbleStyle({
  this.dropDownStyle,
  this.radioButtonStyle,
  this.checkBoxStyle,
  this.textInputStyle,
  this.labelStyle,
  this.buttonStyle,
  this.submitButtonStyle,
  this.titleStyle,
  this.goalCompletionTextStyle,
  this.singleSelectStyle,
  super.width,
  super.height,
  super.background,
  super.gradient,
  super.border,
  super.borderRadius,
});