FTileStateStyle class

A FTile's state style.

Implemented types
Mixed-in types
Available extensions

Constructors

FTileStateStyle.new({required FWidgetStateMap<Border> border, required BorderRadius borderRadius, required FWidgetStateMap<Color> backgroundColor, required FWidgetStateMap<FDividerStyle> dividerStyle, required FTileContentStyle contentStyle, required FTappableStyle tappableStyle})
Creates a FTileStateStyle.

Properties

backgroundColor FWidgetStateMap<Color>
The tile's background color.
final
border FWidgetStateMap<Border>
The tile's border.
final
borderRadius BorderRadius
The tile's border radius.
final
contentStyle FTileContentStyle
The default tile content's style.
final
dividerStyle FWidgetStateMap<FDividerStyle>
The divider's style.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tappableStyle FTappableStyle
The tappable style.
final

Methods

copyWith({FWidgetStateMap<Border>? border, BorderRadius? borderRadius, FWidgetStateMap<Color>? backgroundColor, FWidgetStateMap<FDividerStyle>? dividerStyle, FTileContentStyle? contentStyle, FTappableStyle? tappableStyle}) FTileStateStyle
Returns a copy of this FTileStateStyle with the given properties replaced.
inherited
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
transform(T function(T)) → T

Available on T, provided by the FTransformables extension

Transform this T using the given function.

Operators

operator ==(Object other) bool
The equality operator.
inherited