FDeterminateProgressStyleDelta class sealed

A delta that applies modifications to a FDeterminateProgressStyle.

A FDeterminateProgressStyle is itself a FDeterminateProgressStyleDelta.

Mixed-in types
Implementers

Constructors

FDeterminateProgressStyleDelta.context()
Creates a delta that returns the FDeterminateProgressStyle in the current context.
const
factory
FDeterminateProgressStyleDelta.delta({BoxConstraints? constraints, BoxDecorationDelta? trackDecoration, BoxDecorationDelta? fillDecoration, FDeterminateProgressMotionDelta? motion})
Creates a partial modification of a FDeterminateProgressStyle.
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 FDeterminateProgressStyle value) FDeterminateProgressStyle
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