FTileStyle class

A FTile's style.

Inheritance
Mixed-in types
Available extensions

Constructors

FTileStyle.new({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?>
The item's background color.
finalinherited
contentStyle FItemContentStyle
The default item content's style.
finalinherited
decoration FWidgetStateMap<BoxDecoration?>
The item's decoration.
finalinherited
focusedOutlineStyle FFocusedOutlineStyle?
The focused outline style.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
margin EdgeInsetsGeometry
The margin around the item, including the decoration.
finalinherited
rawItemContentStyle FRawItemContentStyle
THe default raw item content's style.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tappableStyle FTappableStyle
The tappable style.
finalinherited

Methods

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

Available on FItemStyle, provided by the $FItemStyleCopyWith extension

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

Available on FTileStyle, provided by the $FTileStyleCopyWith extension

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