PraroopText.buttonSmallText constructor

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

Implementation

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