Screen<TModelScreenConfiguration extends Model> constructor

const Screen<TModelScreenConfiguration extends Model>({
  1. Key? key,
  2. ModelScreenConfiguration? configuration,
  3. Duration? controllerCacheTimeout = Duration.zero,
})

Implementation

const Screen({
  super.key,
  this.configuration,
  this.controllerCacheTimeout = Duration.zero,
});