LeanHeading.s1 constructor

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

Implementation

LeanHeading.s1(String text, {super.key, super.color})
    : super(text, fontSize: 1);