FilamentConfig<T, U> constructor
FilamentConfig<T, U> ({})
Implementation
FilamentConfig(
{required this.backend,
required this.loadResource,
this.uberArchivePath,
this.renderCallback,
this.renderCallbackOwner,
this.platform,
this.sharedContext,
this.stereoscopicEyeCount = 1,
this.disableHandleUseAfterFreeCheck = false});