FRadioStyle class

A FRadio's style.

Inheritance
Available extensions

Constructors

FRadioStyle.new({required FTappableStyle tappableStyle, required FFocusedOutlineStyle focusedOutlineStyle, required FWidgetStateMap<Color> borderColor, required FWidgetStateMap<Color> backgroundColor, required FWidgetStateMap<Color> indicatorColor, required FWidgetStateMap<TextStyle> labelTextStyle, required FWidgetStateMap<TextStyle> descriptionTextStyle, required TextStyle errorTextStyle, FRadioMotion motion = const FRadioMotion(), EdgeInsetsGeometry labelPadding = EdgeInsets.zero, EdgeInsetsGeometry descriptionPadding = EdgeInsets.zero, EdgeInsetsGeometry errorPadding = EdgeInsets.zero, EdgeInsetsGeometry childPadding = EdgeInsets.zero})
Creates a FRadioStyle.
const
FRadioStyle.inherit({required FColors colors, required FStyle style})
Creates a FRadioStyle that inherits its properties.
factory

Properties

backgroundColor FWidgetStateMap<Color>
The FRadio's background color.
final
borderColor FWidgetStateMap<Color>
The FRadio's border color.
final
childPadding EdgeInsetsGeometry
The child's padding.
finalinherited
descriptionPadding EdgeInsetsGeometry
The description's padding.
finalinherited
descriptionTextStyle FWidgetStateMap<TextStyle>
The description's text style.
finalinherited
errorPadding EdgeInsetsGeometry
The error's padding.
finalinherited
errorTextStyle TextStyle
The error's text style.
finalinherited
focusedOutlineStyle FFocusedOutlineStyle
The focused outline style.
final
hashCode int
The hash code for this object.
no setterinherited
indicatorColor FWidgetStateMap<Color>
The FRadio's indicator color.
final
labelPadding EdgeInsetsGeometry
The label's padding.
finalinherited
labelTextStyle FWidgetStateMap<TextStyle>
The label's text style.
finalinherited
motion FRadioMotion
The motion-related properties.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tappableStyle FTappableStyle
The tappable style.
final

Methods

call(Object? _) FRadioStyle
Returns itself.
inherited
copyWith({FWidgetStateMap<TextStyle>? labelTextStyle, FWidgetStateMap<TextStyle>? descriptionTextStyle, TextStyle? errorTextStyle}) FFormFieldStyle

Available on FFormFieldStyle, provided by the $FFormFieldStyleTransformations extension

Returns a copy of this FFormFieldStyle with the given properties replaced.
copyWith({EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle>? labelTextStyle, FWidgetStateMap<TextStyle>? descriptionTextStyle, TextStyle? errorTextStyle}) FLabelStyle

Available on FLabelStyle, provided by the $FLabelStyleTransformations extension

Returns a copy of this FLabelStyle with the given properties replaced.
copyWith({FTappableStyle tappableStyle(FTappableStyle style)?, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?, FWidgetStateMap<Color>? borderColor, FWidgetStateMap<Color>? backgroundColor, FWidgetStateMap<Color>? indicatorColor, FRadioMotion motion(FRadioMotion motion)?, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle>? labelTextStyle, FWidgetStateMap<TextStyle>? descriptionTextStyle, TextStyle? errorTextStyle}) FRadioStyle

Available on FRadioStyle, provided by the $FRadioStyleTransformations extension

Returns a copy of this FRadioStyle with the given properties replaced.
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
lerp(FFormFieldStyle other, double t) FFormFieldStyle

Available on FFormFieldStyle, provided by the $FFormFieldStyleTransformations extension

Linearly interpolate between this and another FFormFieldStyle using the given factor t.
lerp(FLabelStyle other, double t) FLabelStyle

Available on FLabelStyle, provided by the $FLabelStyleTransformations extension

Linearly interpolate between this and another FLabelStyle using the given factor t.
lerp(FRadioStyle other, double t) FRadioStyle

Available on FRadioStyle, provided by the $FRadioStyleTransformations extension

Linearly interpolate between this and another FRadioStyle using the given factor t.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

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