TextInit constructor

TextInit(
  1. String text, {
  2. TextStyle? style,
})

Implementation

TextInit(
  this.text, {
  this.style,
});