ProjectConfig constructor
const
ProjectConfig({
- required String? background,
- required String? style,
- required TransitionOptions? transition,
- bool cacheRemoteAssets = false,
Implementation
const ProjectConfig({
required super.background,
required super.style,
required super.transition,
this.cacheRemoteAssets = false,
});