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

Properties

backgroundColor FlutterColor?
no setterinherited
color FlutterColor?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key FlutterKey?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticsLabel String?
no setterinherited
semanticsValue String?
no setterinherited
value double?
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited