YuiText constructor

const YuiText(
  1. String value, {
  2. Color color = yuiDarkGrey,
  3. double fontSize = fontSizeReguler,
  4. int maxLines = 5,
  5. Key? key,
})

Implementation

const YuiText(
  this.value, {
  this.color = yuiDarkGrey,
  this.fontSize = fontSizeReguler,
  this.maxLines = 5,
  Key? key,
}) : super(key: key);