GSFormStyle class
Constructors
- GSFormStyle({TextStyle? titleStyle, Color? backgroundFieldColor, Color? backgroundSectionColor, Color? fieldBorderColor, Color? backgroundFieldColorDisable, double? fieldRadius, double? sectionRadius, double? sectionCardElevation, double? sectionCardPadding, TextStyle? fieldHintStyle, TextStyle? fieldTextStyle, TextStyle? errorTextStyle, TextStyle? helpTextStyle, String? requiredText, TextStyle? sectionTitleStyle})
Properties
- backgroundFieldColor ↔ Color
-
read / write
- backgroundFieldColorDisable ↔ Color
-
read / write
- backgroundSectionColor ↔ Color
-
read / write
- errorTextStyle ↔ TextStyle
-
read / write
- fieldBorderColor ↔ Color
-
read / write
- fieldHintStyle ↔ TextStyle
-
read / write
- fieldRadius ↔ double
-
read / write
- fieldTextStyle ↔ TextStyle
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- helpTextStyle ↔ TextStyle
-
read / write
- requiredText ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sectionCardElevation ↔ double
-
read / write
- sectionCardPadding ↔ double
-
read / write
- sectionRadius ↔ double
-
read / write
- sectionTitleStyle ↔ TextStyle
-
read / write
- titleTextStyle ↔ TextStyle
-
read / write
Methods
-
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
Static Properties
- multiSectionFormDefaultDarkStyle ↔ GSFormStyle
-
read / write
- multiSectionFormDefaultStyle ↔ GSFormStyle
-
read / write
- singleSectionFormDefaultDarkStyle ↔ GSFormStyle
-
read / write
- singleSectionFormDefaultStyle ↔ GSFormStyle
-
read / write