PraroopText.subHeadingH5Text constructor

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

Implementation

PraroopText.subHeadingH5Text(this.text,
    {super.key, Color color = praroopColorTextThree})
    : style = subHeadingH5.copyWith(color: color);