DropdownDesign constructor

const DropdownDesign({
  1. Color border = _placeHolderColor,
  2. Color canvas = Colors.black,
  3. Color text = Colors.white,
  4. Color hint = _placeHolderColor,
  5. Color background = _placeHolderColor,
})

Implementation

const DropdownDesign({this.border = _placeHolderColor, this.canvas = Colors.black, this.text = Colors.white, this.hint = _placeHolderColor, this.background = _placeHolderColor});