LeanHeading.s5 constructor

LeanHeading.s5(
  1. String text, {
  2. Key? key,
  3. Color? color,
})

Implementation

LeanHeading.s5(String text, {super.key, super.color})
    : super(text, fontSize: 5);