LeanHeading.s4 constructor

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

Implementation

LeanHeading.s4(String text, {super.key, super.color})
    : super(text, fontSize: 4);