AppBarDesign constructor

const AppBarDesign({
  1. Color background = Colors.black,
  2. Color text = Colors.white,
  3. Color accentText = _placeHolderColor,
  4. Color accentBackground = _placeHolderColor,
})

Implementation

const AppBarDesign({this.background = Colors.black, this.text = Colors.white, this.accentText = _placeHolderColor, this.accentBackground = _placeHolderColor});