VitText constructor

const VitText(
  1. String text, {
  2. Key? key,
  3. TextStyle? style,
})

Implementation

const VitText(
  this.text, {
  super.key,
  this.style,
});