FSelectMenuTileStyle class final

Inheritance
Mixed-in types

Constructors

FSelectMenuTileStyle({required FLabelLayoutStyle labelLayoutStyle, required FPopoverMenuStyle menuStyle, required FTileStyle tileStyle, required FFormFieldStyle enabledStyle, required FFormFieldStyle disabledStyle, required FFormFieldErrorStyle errorStyle})
Creates a FSelectMenuTileStyle.
FSelectMenuTileStyle.inherit({required FColorScheme colorScheme, required FStyle style, required FTypography typography})
Creates a FSelectMenuTileStyle that inherits its properties from colorScheme, style and typography.
factory

Properties

disabledStyle FFormFieldStyle
The style for the form field when it is disabled.
finalinherited
enabledStyle FFormFieldStyle
The style for the form field when it is enabled.
finalinherited
errorStyle FFormFieldErrorStyle
The style for the form field when it has an error.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
labelLayoutStyle FLabelLayoutStyle
The group label's layout style.
final
labelStyle FLabelStyle
The label's style.
no setter
The menu's style.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tileStyle FTileStyle
The tile's style.
final

Methods

copyWith({FLabelLayoutStyle? labelLayoutStyle, FPopoverMenuStyle? menuStyle, FTileStyle? tileStyle, FFormFieldStyle? enabledStyle, FFormFieldStyle? disabledStyle, FFormFieldErrorStyle? errorStyle}) FSelectMenuTileStyle
Returns a copy of this FTileStyle with the given fields replaced with the new values.
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
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