Screen<TModelScreenConfiguration extends Model> constructor
const
Screen<TModelScreenConfiguration extends Model> ({
- Key? key,
- ModelScreenConfiguration? configuration,
- Duration? controllerCacheTimeout = Duration.zero,
Implementation
const Screen({
super.key,
this.configuration,
this.controllerCacheTimeout = Duration.zero,
});