FSidebarItemStyleDelta class sealed

A delta that applies modifications to a FSidebarItemStyle.

A FSidebarItemStyle is itself a FSidebarItemStyleDelta.

Mixed-in types
Implementers

Constructors

FSidebarItemStyleDelta.context()
Creates a delta that returns the FSidebarItemStyle in the current context.
const
factory
FSidebarItemStyleDelta.delta({FVariantsDelta<FTappableVariantConstraint, FTappableVariant, TextStyle, TextStyleDelta>? textStyle, double? iconSpacing, FVariantsDelta<FTappableVariantConstraint, FTappableVariant, IconThemeData, IconThemeDataDelta>? iconStyle, double? collapsibleIconSpacing, FVariantsDelta<FTappableVariantConstraint, FTappableVariant, IconThemeData, IconThemeDataDelta>? collapsibleIconStyle, double? childrenSpacing, EdgeInsetsGeometry? childrenPadding, FVariantsValueDelta<FTappableVariantConstraint, FTappableVariant, Color, Delta>? backgroundColor, EdgeInsetsGeometry? padding, BorderRadius? borderRadius, FTappableStyleDelta? tappableStyle, FFocusedOutlineStyleDelta? focusedOutlineStyle, FSidebarItemMotionDelta? motion})
Creates a partial modification of a FSidebarItemStyle.
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(covariant FSidebarItemStyle value) FSidebarItemStyle
Applies this delta to the given value.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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