FSelectMenuTileStyle class
A select menu tile's style.
- Inheritance
-
- Object
- FFormFieldStyle
- FLabelStyle
- FSelectMenuTileStyle
- Available extensions
Constructors
-
FSelectMenuTileStyle({required FTileStyle tileStyle, required FWidgetStateMap<
TextStyle> labelTextStyle, required FWidgetStateMap<TextStyle> descriptionTextStyle, required TextStyle errorTextStyle, EdgeInsetsGeometry labelPadding = EdgeInsets.zero, EdgeInsetsGeometry descriptionPadding = EdgeInsets.zero, EdgeInsetsGeometry errorPadding = EdgeInsets.zero, EdgeInsetsGeometry childPadding = EdgeInsets.zero}) - Creates a FSelectMenuTileStyle.
- FSelectMenuTileStyle.inherit({required FColors colors, required FTypography typography, required FStyle style})
-
Creates a FSelectMenuTileStyle that inherits its properties.
factory
Properties
- childPadding → EdgeInsetsGeometry
-
no setterinherited
- descriptionPadding → EdgeInsetsGeometry
-
no setterinherited
-
descriptionTextStyle
→ FWidgetStateMap<
TextStyle> -
no setterinherited
- errorPadding → EdgeInsetsGeometry
-
no setterinherited
- errorTextStyle → TextStyle
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelPadding → EdgeInsetsGeometry
-
no setterinherited
-
labelTextStyle
→ FWidgetStateMap<
TextStyle> -
no setterinherited
-
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
-
call(
Object? _) → FSelectMenuTileStyle -
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(
{FTileStyle tileStyle(FTileStyle style)?, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap< TextStyle> ? labelTextStyle, FWidgetStateMap<TextStyle> ? descriptionTextStyle, TextStyle? errorTextStyle}) → FSelectMenuTileStyle -
Available on FSelectMenuTileStyle, provided by the $FSelectMenuTileStyleTransformations extension
Returns a copy of this FSelectMenuTileStyle 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 factort
. -
lerp(
FLabelStyle other, double t) → FLabelStyle -
Available on FLabelStyle, provided by the $FLabelStyleTransformations extension
Linearly interpolate between this and another FLabelStyle using the given factort
. -
lerp(
FSelectMenuTileStyle other, double t) → FSelectMenuTileStyle -
Available on FSelectMenuTileStyle, provided by the $FSelectMenuTileStyleTransformations extension
Linearly interpolate between this and another FSelectMenuTileStyle using the given factort
. -
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