NsgProgressDialog class

Constructors

NsgProgressDialog.new({int? delay, bool showPercents = false, double percent = 0, bool? canStopped = false, Function? requestStop, String textDialog = '', NsgCancelToken? cancelToken, BuildContext? context})

Properties

cancelToken ↔ NsgCancelToken?
Если пользователь нажмет отменить, будет передан запрос на отмену сетевого соединения
getter/setter pair
canStopped bool?
getter/setter pair
context BuildContext?
getter/setter pair
delay int?
getter/setter pair
dialogWidget NsgProgressDialogWidget?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
percent double
getter/setter pair
requestStop Function?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showPercents bool
getter/setter pair
textDialog String
getter/setter pair
visible bool
getter/setter pair

Methods

hide() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show({String text = ''}) → void
toString() String
A string representation of this object.
inherited

Operators

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