LeanHeading constructor

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

Implementation

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