ScaffoldDesign constructor

const ScaffoldDesign({
  1. Color background = Colors.black,
  2. String? backgroundAsset,
  3. double backgroundAssetOpacity = 0.0,
  4. Color accentBackground = _placeHolderColor,
})

Implementation

const ScaffoldDesign({this.background = Colors.black, this.backgroundAsset, this.backgroundAssetOpacity = 0.0, this.accentBackground = _placeHolderColor});