ToolboxConfig constructor

ToolboxConfig({
  1. NoItemsFoundBuilder? noItemsFoundBuilder,
  2. Widget? noItemsFoundWidget,
  3. bool useWeservResizer = false,
  4. bool logLoadedImageUrl = false,
  5. List<Type>? unAuthenticatedPages,
  6. bool isAuthenticated()?,
  7. Future onAuthorizedNavigation(
    1. BuildContext context,
    2. Type pageType
    )?,
})

Implementation

ToolboxConfig({
  this.noItemsFoundBuilder,
  this.noItemsFoundWidget,
  this.useWeservResizer = false,
  this.logLoadedImageUrl = false,
  this.unAuthenticatedPages,
  this.isAuthenticated,
  this.onAuthorizedNavigation,
});