LeanText.s1 constructor

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

Implementation

LeanText.s1(this.text, {super.key, this.color}):fontSize=AppThemeAccess.theme.textSizeSet.s1;