PraroopText.buttonMediumText constructor

PraroopText.buttonMediumText(
  1. String text, {
  2. Key? key,
  3. Color color = praroopColorBlack5,
})

Implementation

PraroopText.buttonMediumText(this.text,
    {super.key, Color color = praroopColorBlack5})
    : style = buttonTextMedium.copyWith(color: color);