FlutterProgressIndicator class
- Implemented types
-
- Annotations
-
Constructors
-
FlutterProgressIndicator.circular({@cN FlutterKey? key, double? value, FlutterColor? backgroundColor, FlutterColor? color, double? strokeWidth, String? semanticsLabel, String? semanticsValue})
-
factory
-
FlutterProgressIndicator.fromJson(Map<String, dynamic> json)
-
factory
-
FlutterProgressIndicator.linear({@cN FlutterKey? key, double? value, FlutterColor? backgroundColor, FlutterColor? color, double? minHeight, String? semanticsLabel, String? semanticsValue})
-
factory
Methods
-
map<TResult extends Object?>({required TResult linear(_FlutterProgressIndicatorLinear value), required TResult circular(_FlutterProgressIndicatorCircular value)})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
toWidget(AnyWidgetContext context)
→ ProgressIndicator
-
override