VerySmallMedium constructor

const VerySmallMedium(
  1. String data, {
  2. Key? key,
  3. Color? textColorInDark,
  4. Color? textColorInLight,
  5. int? maxLines,
  6. TextDecoration? decoration,
  7. TextAlign? textAlign,
  8. TextOverflow? overflow,
  9. double? height,
})

Implementation

const VerySmallMedium(
  super.data, {
  super.key,
  super.textColorInDark,
  super.textColorInLight,
  super.maxLines,
  super.decoration,
  super.textAlign,
  super.overflow,
  super.height,
});