LeanText.s5 constructor

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

Implementation

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