NyRadioTileStyle class
NyRadioTileStyle
This class contains the style for the radio tile.
Constructors
- NyRadioTileStyle.new({bool? hideTitle, NyTextStyle? listTileStyle, NyTextStyle? titleStyle, NyColor? selectedColor, NyColor? tileColor, ShapeBorder? shape, EdgeInsetsGeometry? contentPadding, NyColor? activeColor, NyColor? fillColor, NyColor? hoverColor, NyColor? overlayColor, double? splashRadius, MouseCursor? mouseCursor})
Properties
- activeColor ↔ NyColor?
-
getter/setter pair
- contentPadding ↔ EdgeInsetsGeometry?
-
getter/setter pair
- fillColor ↔ NyColor?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hideTitle ↔ bool?
-
getter/setter pair
- hoverColor ↔ NyColor?
-
getter/setter pair
- listTileStyle ↔ NyTextStyle?
-
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
- titleStyle ↔ NyTextStyle?
-
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