TextButtonDesign constructor

const TextButtonDesign({
  1. Color text = _placeHolderColor,
})

Implementation

const TextButtonDesign({
  this.text = _placeHolderColor,
});