FItemGroupStyleDelta class sealed

A delta that applies modifications to a FItemGroupStyle.

A FItemGroupStyle is itself a FItemGroupStyleDelta.

Mixed-in types
Implementers

Constructors

FItemGroupStyleDelta.context()
Creates a delta that returns the FItemGroupStyle in the current context.
const
factory
FItemGroupStyleDelta.delta({BoxDecorationDelta? decoration, double? spacing, FVariantsValueDelta<FItemGroupVariantConstraint, FItemGroupVariant, Color, Delta>? dividerColor, double? dividerWidth, FVariantsDelta<FItemVariantConstraint, FItemVariant, FItemStyle, FItemStyleDelta>? itemStyles})
Creates a partial modification of a FItemGroupStyle.
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 FItemGroupStyle value) FItemGroupStyle
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