FTileStyle class

A FTile's style.

Inheritance
Mixed-in types
Available extensions

Constructors

FTileStyle({required FWidgetStateMap<Color?> backgroundColor, required FWidgetStateMap<BoxDecoration?> decoration, required FItemContentStyle contentStyle, required FRawItemContentStyle rawItemContentStyle, required FTappableStyle tappableStyle, required FFocusedOutlineStyle? focusedOutlineStyle, EdgeInsetsGeometry margin = EdgeInsets.zero})
Creates a FTileStyle.
FTileStyle.inherit({required FColors colors, required FTypography typography, required FStyle style})
Creates a FTileStyle.

Properties

backgroundColor FWidgetStateMap<Color?>
no setterinherited
contentStyle FItemContentStyle
no setterinherited
decoration FWidgetStateMap<BoxDecoration?>
no setterinherited
focusedOutlineStyle FFocusedOutlineStyle?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
margin EdgeInsetsGeometry
no setterinherited
rawItemContentStyle FRawItemContentStyle
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tappableStyle FTappableStyle
no setterinherited

Methods

call(Object? _) FTileStyle
Returns itself.
inherited
copyWith({FWidgetStateMap<Color?>? backgroundColor, EdgeInsetsGeometry? margin, FWidgetStateMap<BoxDecoration?>? decoration, FItemContentStyle contentStyle(FItemContentStyle style)?, FRawItemContentStyle rawItemContentStyle(FRawItemContentStyle style)?, FTappableStyle tappableStyle(FTappableStyle style)?, FFocusedOutlineStyle? focusedOutlineStyle}) FItemStyle

Available on FItemStyle, provided by the $FItemStyleTransformations extension

Returns a copy of this FItemStyle with the given properties replaced.
copyWith({FWidgetStateMap<Color?>? backgroundColor, EdgeInsetsGeometry? margin, FWidgetStateMap<BoxDecoration?>? decoration, FItemContentStyle contentStyle(FItemContentStyle style)?, FRawItemContentStyle rawItemContentStyle(FRawItemContentStyle style)?, FTappableStyle tappableStyle(FTappableStyle style)?, FFocusedOutlineStyle? focusedOutlineStyle}) FTileStyle

Available on FTileStyle, provided by the $FTileStyleTransformations extension

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

Available on FItemStyle, provided by the $FItemStyleTransformations extension

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

Available on FTileStyle, provided by the $FTileStyleTransformations extension

Linearly interpolate between this and another FTileStyle 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