ElevatedButtonDesign constructor

const ElevatedButtonDesign({
  1. Color text = Colors.white,
  2. Color background = _placeHolderColor,
  3. Color variantBackground = _placeHolderColor,
})

Implementation

const ElevatedButtonDesign({
  this.text = Colors.white,
  this.background = _placeHolderColor,
  this.variantBackground = _placeHolderColor,
});