ArcText constructor

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

Implementation

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