SDConfig.empty constructor

const SDConfig.empty()

Implementation

const SDConfig.empty()
    : this(
        cacheRemoteAssets: null,
        background: null,
        style: null,
        transition: null,
      );