FHeaderActionStyleDelta class sealed

A delta that applies modifications to a FHeaderActionStyle.

A FHeaderActionStyle is itself a FHeaderActionStyleDelta.

Mixed-in types
Implementers

Constructors

FHeaderActionStyleDelta.context()
Creates a delta that returns the FHeaderActionStyle in the current context.
const
factory
FHeaderActionStyleDelta.delta({FVariantsDelta<FTappableVariantConstraint, FTappableVariant, IconThemeData, IconThemeDataDelta>? iconStyle, FFocusedOutlineStyleDelta? focusedOutlineStyle, FTappableStyleDelta? tappableStyle})
Creates a partial modification of a FHeaderActionStyle.
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 FHeaderActionStyle value) FHeaderActionStyle
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