CmsConfig class

Constructors

CmsConfig({required ICollectionApi collectionApi, required IDocumentApi documentApi, required IModelApi modelApi, required NetworkConfig networkConfig, required ImageBuilderDelegate? imageBuilderDelegate, required AdminWrapperBuilder? adminWrapperBuilder, required List<IModel> predefinedModels, required List<TagRenderer<Widget>> customRenderers, required List<EventHandler> eventsHandlers, required List<CustomFont> customFonts, required SliverChecker? sliverChecker, required CustomIcons? customIcons, required ThemeDataBuilder? themeBuilder})
const

Properties

adminWrapperBuilder → AdminWrapperBuilder?
final
collectionApi → ICollectionApi
final
customFonts List<CustomFont>
final
customIcons CustomIcons?
final
customRenderers List<TagRenderer<Widget>>
final
documentApi → IDocumentApi
final
eventsHandlers List<EventHandler>
final
hashCode int
The hash code for this object.
no setterinherited
imageBuilderDelegate → ImageBuilderDelegate?
final
modelApi → IModelApi
final
networkConfig → NetworkConfig
final
predefinedModels List<IModel>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sliverChecker → SliverChecker?
final
themeBuilder ThemeDataBuilder?
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