DialogController<T> class abstract

abstract controller

Implementers

Constructors

DialogController.of(BuildContext context, ValueNotifier<T>? notifier)

Properties

context BuildContext
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
notifier ValueNotifier<T>?
getter/setter pair
result Future?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() → void
remove() → void
toString() String
A string representation of this object.
inherited
update(T value) → void

Operators

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