LeanText.s4 constructor

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

Implementation

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