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
getter/setter pair
backgroundFieldColorDisable Color
getter/setter pair
backgroundSectionColor Color
getter/setter pair
errorTextStyle TextStyle
getter/setter pair
fieldBorderColor Color
getter/setter pair
fieldHintStyle TextStyle
getter/setter pair
fieldRadius double
getter/setter pair
fieldTextStyle TextStyle
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
helpTextStyle TextStyle
getter/setter pair
requiredText String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionCardElevation double
getter/setter pair
sectionCardPadding double
getter/setter pair
sectionRadius double
getter/setter pair
sectionTitleStyle TextStyle
getter/setter pair
titleTextStyle TextStyle
getter/setter pair

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
getter/setter pair
multiSectionFormDefaultStyle GSFormStyle
getter/setter pair
singleSectionFormDefaultDarkStyle GSFormStyle
getter/setter pair
singleSectionFormDefaultStyle GSFormStyle
getter/setter pair