BitmapText constructor

BitmapText(
  1. String text, {
  2. TextAlign textAlign = ui.TextAlign.start,
  3. TextStyle? style,
})

Implementation

BitmapText(
  this.text, {
  this.textAlign = ui.TextAlign.start,
  this.style,
});