ProgressIndicatorOptions class

Constructors

ProgressIndicatorOptions({double? width, double? height, required ProgressIndicatorStyle style, double? value, Color? color, Animation<Color?>? valueColor, Color? backgroundColor, String? semanticsLabel, String? semanticsValue, double? minHeight, BorderRadiusGeometry borderRadius = BorderRadius.zero, double strokeWidth = 4, double strokeAlign = 0, StrokeCap? strokeCap, double elevation = 2.0, EdgeInsetsGeometry indicatorMargin = const EdgeInsets.all(4.0), EdgeInsetsGeometry indicatorPadding = const EdgeInsets.all(12.0)})
const
ProgressIndicatorOptions.circular({double? width, double? height, double? value, Color? color, Animation<Color?>? valueColor, Color? backgroundColor, String? semanticsLabel, String? semanticsValue, double strokeWidth = 4, double strokeAlign = 0, StrokeCap? strokeCap})
const
ProgressIndicatorOptions.linear({double? width, double? height, double? value, Color? color, Animation<Color?>? valueColor, Color? backgroundColor, String? semanticsLabel, String? semanticsValue, double? minHeight, BorderRadiusGeometry borderRadius = BorderRadius.zero})
const
ProgressIndicatorOptions.refresh({double? width, double? height, double? value, Color? color, Animation<Color?>? valueColor, Color? backgroundColor, String? semanticsLabel, String? semanticsValue, double strokeWidth = 4, double strokeAlign = 0, StrokeCap? strokeCap, double elevation = 2.0, EdgeInsetsGeometry indicatorMargin = const EdgeInsets.all(4.0), EdgeInsetsGeometry indicatorPadding = const EdgeInsets.all(12.0)})
const

Properties

backgroundColor Color?
final
borderRadius BorderRadiusGeometry
final
color Color?
final
elevation double
RefreshProgressIndicator
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
indicatorMargin EdgeInsetsGeometry
final
indicatorPadding EdgeInsetsGeometry
final
minHeight double?
LinearProgressIndicator
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticsLabel String?
final
semanticsValue String?
final
strokeAlign double
final
strokeCap StrokeCap?
final
strokeWidth double
CircularProgressIndicator
final
style ProgressIndicatorStyle
ProgressIndicatorStyle
final
value double?
ProgressIndicator
final
valueColor Animation<Color?>?
final
widget FlProgressIndicator
no setter
width double?
SizedBox
final

Methods

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