PraroopText.subHeadingH3Text constructor

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

Implementation

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