FSelectGroupStyle class

FSelectGroup's style.

Inheritance
Mixed-in types
Available extensions

Constructors

FSelectGroupStyle.new({required FCheckboxStyle checkboxStyle, required FRadioStyle radioStyle, required FWidgetStateMap<TextStyle> labelTextStyle, required FWidgetStateMap<TextStyle> descriptionTextStyle, required TextStyle errorTextStyle, EdgeInsetsGeometry itemPadding = const EdgeInsets.symmetric(vertical: 2), EdgeInsetsGeometry labelPadding = EdgeInsets.zero, EdgeInsetsGeometry descriptionPadding = EdgeInsets.zero, EdgeInsetsGeometry errorPadding = EdgeInsets.zero, EdgeInsetsGeometry childPadding = EdgeInsets.zero})
Creates a FSelectGroupStyle.
const
FSelectGroupStyle.inherit({required FColors colors, required FTypography typography, required FStyle style})
Creates a FSelectGroupStyle that inherits its properties.
factory

Properties

checkboxStyle FCheckboxStyle
The FCheckbox's style.
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
hashCode int
The hash code for this object.
no setterinherited
itemPadding EdgeInsetsGeometry
The padding surrounding an item. Defaults to EdgeInsets.symmetric(vertical: 2).
final
labelPadding EdgeInsetsGeometry
The label's padding.
finalinherited
labelTextStyle FWidgetStateMap<TextStyle>
The label's text style.
finalinherited
radioStyle FRadioStyle
The FRadio's style.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Available on FFormFieldStyle, provided by the $FFormFieldStyleCopyWith 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 $FLabelStyleCopyWith extension

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

Available on FSelectGroupStyle, provided by the $FSelectGroupStyleCopyWith extension

Returns a copy of this FSelectGroupStyle with the given properties replaced.
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
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