FieldStyle class
Base class for defining styling options for form fields.
Provides common spacing properties that can be inherited by specific field styles. Use headerSpacing and footerSpacing to control the vertical spacing around fields.
Constructors
- FieldStyle({double? headerSpacing = 5.0, })
Properties
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerSpacing ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{double? headerSpacing, }) → FieldStyle? -
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