DockBase class abstract base

DOCK ABSTRACT BASE CLASS

Constructors

DockBase()

Properties

defaultOnEmptyWidgetBuilder WidgetCallback?
Default on empty widget builder
getter/setter pair
defaultOnErrorWidgetBuilder WidgetCallback?
Default on error widget builder
getter/setter pair
defaultOnLoadingWidgetBuilder WidgetCallback?
Default on loading widget builder
getter/setter pair
defaultOnOfflineWidgetBuilder WidgetCallback?
Default on offline widget builder
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetsBinding WidgetsBinding
WidgetsBinding instance
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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