ProjectConfig.empty constructor

const ProjectConfig.empty()

Implementation

const ProjectConfig.empty()
    : cacheRemoteAssets = false,
      super(
        background: '',
        style: '',
        transition: const TransitionOptions(type: TransitionType.fadeIn),
      );