MText constructor

const MText(
  1. Object text, {
  2. MTextStyle style = const MTextStyle(),
  3. MFormat? format,
  4. String? currencyCode,
  5. int? maxLines,
  6. MTextAlign? align,
  7. MContentTransition? contentTransition,
})

Implementation

const MText(
  this.text, {
  this.style = const MTextStyle(),
  this.format,
  this.currencyCode,
  this.maxLines,
  this.align,
  this.contentTransition,
});