FTileStyle class

A FTile's style.

Inheritance
Implemented types
Mixed-in types
Available extensions

Constructors

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

Properties

backgroundColor FVariants<FTappableVariantConstraint, FTappableVariant, Color?, Delta>
no setterinherited
contentStyle FItemContentStyle
no setterinherited
decoration FVariants<FTappableVariantConstraint, FTappableVariant, BoxDecoration, BoxDecorationDelta>
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(covariant Object _) FTileStyle
Returns itself.
inherited
copyWith({FVariantsValueDelta<FTappableVariantConstraint, FTappableVariant, Color?, Delta>? backgroundColor, EdgeInsetsGeometry? margin, FVariantsDelta<FTappableVariantConstraint, FTappableVariant, BoxDecoration, BoxDecorationDelta>? decoration, FItemContentStyleDelta? contentStyle, FRawItemContentStyleDelta? rawItemContentStyle, FTappableStyleDelta? tappableStyle, FFocusedOutlineStyle? focusedOutlineStyle = focusedOutlineStyleSentinel}) FItemStyle

Available on FItemStyle, provided by the $FItemStyleTransformations extension

Returns a copy of this FItemStyle with the given properties replaced.
copyWith({FVariantsValueDelta<FTappableVariantConstraint, FTappableVariant, Color?, Delta>? backgroundColor, EdgeInsetsGeometry? margin, FVariantsDelta<FTappableVariantConstraint, FTappableVariant, BoxDecoration, BoxDecorationDelta>? decoration, FItemContentStyleDelta? contentStyle, FRawItemContentStyleDelta? rawItemContentStyle, FTappableStyleDelta? tappableStyle, 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