FieldStyleRadio class

Style configuration for radio button fields.

Provides styling options for radio button groups including title styles, list tile appearance, colors, and interaction states. Supports customization of radio button appearance and behavior within form contexts.

Inheritance

Constructors

FieldStyleRadio({TextStyle? titleStyle, TextStyle? listTileStyle, bool? hideTitle, NyColor? selectedColor, NyColor? tileColor, ShapeBorder? shape, EdgeInsetsGeometry? contentPadding, NyColor? activeColor, NyColor? fillColor, NyColor? hoverColor, NyColor? overlayColor, double? splashRadius, MouseCursor? mouseCursor, double titleSpacing = 10.0, double? headerSpacing = 5.0, double? footerSpacing = 5.0})

Properties

activeColor ↔ NyColor?
getter/setter pair
contentPadding ↔ EdgeInsetsGeometry?
getter/setter pair
fillColor ↔ NyColor?
getter/setter pair
footerSpacing ↔ double?
getter/setter pairinherited
hashCode → int
The hash code for this object.
no setterinherited
headerSpacing ↔ double?
getter/setter pairinherited
hideTitle ↔ bool?
getter/setter pair
hoverColor ↔ NyColor?
getter/setter pair
listTileStyle ↔ TextStyle?
getter/setter pair
mouseCursor ↔ MouseCursor?
getter/setter pair
overlayColor ↔ NyColor?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
selectedColor ↔ NyColor?
getter/setter pair
shape ↔ ShapeBorder?
getter/setter pair
splashRadius ↔ double?
getter/setter pair
tileColor ↔ NyColor?
getter/setter pair
titleSpacing ↔ double
getter/setter pair
titleStyle ↔ TextStyle?
getter/setter pair

Methods

copyWith({double? headerSpacing, double? footerSpacing}) → FieldStyle?
inherited
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