ToolboxConfig class

Constructors

ToolboxConfig({NoItemsFoundBuilder? noItemsFoundBuilder, Widget? noItemsFoundWidget, bool useWeservResizer = false, bool logLoadedImageUrl = false, List<Type>? unAuthenticatedPages, bool isAuthenticated()?, Future onAuthorizedNavigation(BuildContext context, Type pageType)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
isAuthenticated → (bool Function()?)
final
logLoadedImageUrl bool
final
noItemsFoundBuilder → NoItemsFoundBuilder?
final
noItemsFoundWidget Widget?
final
onAuthorizedNavigation → (Future Function(BuildContext context, Type pageType)?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unAuthenticatedPages List<Type>?
final
useWeservResizer bool
final

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

Static Methods

of(BuildContext context, {bool listen = true}) ToolboxConfig