SheetDesign constructor

const SheetDesign({
  1. Color headerText = _placeHolderColor,
  2. Color contentText = _placeHolderColor,
  3. Color itemText = _placeHolderColor,
  4. Color background = _placeHolderColor,
  5. Color card = _placeHolderColor,
})

Implementation

const SheetDesign({this.headerText = _placeHolderColor, this.contentText = _placeHolderColor, this.itemText = _placeHolderColor, this.background = _placeHolderColor, this.card = _placeHolderColor});