RadioCardTheme class

Theme data for the RadioCard widget.

Constructors

RadioCardTheme.new({MouseCursor? enabledCursor, MouseCursor? disabledCursor, Color? hoverColor, Color? color, double? borderWidth, double? selectedBorderWidth, BorderRadiusGeometry? borderRadius, EdgeInsetsGeometry? padding, Color? borderColor, Color? selectedBorderColor})
Theme data for the RadioCard widget.
const

Properties

borderColor Color?
The color of the border.
final
borderRadius BorderRadiusGeometry?
The radius of the border of the radio card.
final
borderWidth double?
The width of the border of the radio card.
final
color Color?
The default color to use.
final
disabledCursor MouseCursor?
The cursor to use when the radio card is disabled.
final
enabledCursor MouseCursor?
The cursor to use when the radio card is enabled.
final
hashCode int
The hash code for this object.
no setteroverride
hoverColor Color?
The color to use when the radio card is hovered over.
final
padding EdgeInsetsGeometry?
The padding of the radio card.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBorderColor Color?
The color of the border when selected.
final
selectedBorderWidth double?
The width of the border of the radio card when selected.
final

Methods

copyWith({ValueGetter<MouseCursor?>? enabledCursor, ValueGetter<MouseCursor?>? disabledCursor, ValueGetter<Color?>? hoverColor, ValueGetter<Color?>? color, ValueGetter<double?>? borderWidth, ValueGetter<double?>? selectedBorderWidth, ValueGetter<BorderRadiusGeometry?>? borderRadius, ValueGetter<EdgeInsetsGeometry?>? padding, ValueGetter<Color?>? borderColor, ValueGetter<Color?>? selectedBorderColor}) RadioCardTheme
Creates a copy of this RadioCardTheme but with the given fields replaced with the new values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override