AppText.small constructor

const AppText.small(
  1. String text, {
  2. Key? key,
  3. TextAlign? textAlign,
  4. Color? color,
})

Implementation

const factory AppText.small(String text, {Key? key, TextAlign? textAlign, Color? color}) = _AppTextSmall;