FCircularProgressStyle class

The style for FCircularProgress.

Mixed-in types
Available extensions

Constructors

FCircularProgressStyle.new({required IconThemeData iconStyle, FCircularProgressMotion motion = const FCircularProgressMotion()})
Creates a FCircularProgressStyle.
FCircularProgressStyle.inherit({required FColors colors})
Creates a FCircularProgressStyle.

Properties

hashCode int
The hash code for this object.
no setterinherited
iconStyle IconThemeData
The circular progress's style.
final
motion FCircularProgressMotion
The motion-related properties.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(Object? _) FCircularProgressStyle
Returns itself.
inherited
copyWith({IconThemeData? iconStyle, FCircularProgressMotion motion(FCircularProgressMotion motion)?}) FCircularProgressStyle

Available on FCircularProgressStyle, provided by the $FCircularProgressStyleTransformations extension

Returns a copy of this FCircularProgressStyle with the given properties replaced.
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
lerp(FCircularProgressStyle other, double t) FCircularProgressStyle

Available on FCircularProgressStyle, provided by the $FCircularProgressStyleTransformations extension

Linearly interpolate between this and another FCircularProgressStyle 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