LeanText constructor

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

Implementation

LeanText(this.text, {super.key, this.fontSize, this.color}):_fontSize=0;