FMultiSelectFieldStyle class

Inheritance
Mixed-in types
Available extensions

Constructors

FMultiSelectFieldStyle.new({required FWidgetStateMap<Decoration> decoration, required FWidgetStateMap<TextStyle> hintTextStyle, required IconThemeData iconStyle, required FButtonStyle clearButtonStyle, required FTappableStyle tappableStyle, required FWidgetStateMap<TextStyle> labelTextStyle, required FWidgetStateMap<TextStyle> descriptionTextStyle, required TextStyle errorTextStyle, EdgeInsetsGeometry contentPadding = const EdgeInsetsGeometry.directional(start: 10, top: 6, bottom: 6, end: 8), EdgeInsetsGeometry hintPadding = const EdgeInsetsGeometry.directional(start: 4, top: 4, bottom: 4), double spacing = 4, double runSpacing = 4, EdgeInsetsGeometry clearButtonPadding = EdgeInsets.zero, EdgeInsetsGeometry labelPadding = EdgeInsets.zero, EdgeInsetsGeometry descriptionPadding = EdgeInsets.zero, EdgeInsetsGeometry errorPadding = EdgeInsets.zero, EdgeInsetsGeometry childPadding = EdgeInsets.zero})
Creates a FMultiSelectFieldStyle.
FMultiSelectFieldStyle.inherit({required FColors colors, required FTypography typography, required FStyle style})
Creates a FMultiSelectFieldStyle that inherits its properties.
factory

Properties

childPadding EdgeInsetsGeometry
The child's padding.
finalinherited
clearButtonPadding EdgeInsetsGeometry
The padding surrounding the clear button. Defaults to EdgeInsets.zero.
final
clearButtonStyle FButtonStyle
The clear button's style when FMultiSelect.clearable is true.
final
contentPadding EdgeInsetsGeometry
The multi-select field's padding. Defaults to EdgeInsets.only(start: 10, top: 6, bottom: 6, end: 8).
final
decoration FWidgetStateMap<Decoration>
The multi-select field's decoration.
final
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
hintPadding EdgeInsetsGeometry
The multi-select field's hint padding. Defaults to EdgeInsetsDirectional.only(start: 4, top: 4, bottom: 4).
final
hintTextStyle FWidgetStateMap<TextStyle>
The multi-select field hint's text style.
final
iconStyle IconThemeData
The multi-select field's icon style.
final
labelPadding EdgeInsetsGeometry
The label's padding.
finalinherited
labelTextStyle FWidgetStateMap<TextStyle>
The label's text style.
finalinherited
runSpacing double
The spacing between the rows of tags. Defaults to 4.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing double
The spacing between tags. Defaults to 4.
final
tappableStyle FTappableStyle
The multi-select field's tappable style.
final

Methods

call(Object? _) FMultiSelectFieldStyle
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({FWidgetStateMap<Decoration>? decoration, EdgeInsetsGeometry? contentPadding, double? spacing, double? runSpacing, FWidgetStateMap<TextStyle>? hintTextStyle, EdgeInsetsGeometry? hintPadding, IconThemeData? iconStyle, FButtonStyle clearButtonStyle(FButtonStyle)?, EdgeInsetsGeometry? clearButtonPadding, FTappableStyle tappableStyle(FTappableStyle)?, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle>? labelTextStyle, FWidgetStateMap<TextStyle>? descriptionTextStyle, TextStyle? errorTextStyle}) FMultiSelectFieldStyle

Available on FMultiSelectFieldStyle, provided by the $FMultiSelectFieldStyleCopyWith extension

Returns a copy of this FMultiSelectFieldStyle 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