NativeProgressIndicatorAndroid class

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildCircularProgressIndicator({required CircularProgressIndicatorParams params, required dynamic onPlatformViewCreated(int viewId)}) Widget
override
buildLinearProgressIndicator({required LinearProgressIndicatorParams params, required dynamic onPlatformViewCreated(int viewId)}) Widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateCircularIndicator({required CircularProgressIndicatorParams params, required int viewId}) → void
override
updateLinearIndicator({required LinearProgressIndicatorParams params, required int viewId}) → void
override

Operators

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

Static Methods

registerWith() → void