FormBubbleStyle class
Styling options for the form bubble widget.
- Inheritance
-
- Object
- BaseStyles
- FormBubbleStyle
Constructors
- 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.
const
Properties
- background → Color?
-
background provides background color to the widget
finalinherited
- border → BoxBorder?
-
border provides border around the widget
finalinherited
- borderRadius → double?
-
borderRadius provides radius to the border around the widget
finalinherited
- borderRadiusGeometry → BorderRadiusGeometry?
-
borderRadiusGeometry
finalinherited
-
Style options for the button element within the form bubble.
final
- checkBoxStyle → CheckBoxElementStyle?
-
Style options for the check box element within the form bubble.
final
- dropDownStyle → DropDownElementStyle?
-
Style options for the drop-down element within the form bubble.
final
- elevation → double?
-
elevation
finalinherited
- goalCompletionTextStyle → TextStyle?
-
Style options for the goal completion text within the form bubble.
final
- gradient → Gradient?
-
gradient provides (background) gradient to the widget
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
height provides height to the widget
finalinherited
- labelStyle → TextStyle?
-
Style options for the label text within the form bubble.
final
- radioButtonStyle → RadioButtonElementStyle?
-
Style options for the radio button element within the form bubble.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- singleSelectStyle → SingleSelectStyle?
-
Style options for the single-select element within the form bubble.
final
- submitButtonStyle → ButtonElementStyle?
-
Style options for the submit button element within the form bubble.
final
- textInputStyle → TextInputElementStyle?
-
Style options for the text input element within the form bubble.
final
- titleStyle → TextStyle?
-
Style options for the title text within the form bubble.
final
- width → double?
-
width provides width to the widget
finalinherited
Methods
-
merge(
FormBubbleStyle mergeWith) → FormBubbleStyle -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited