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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited