TextPosition constructor

TextPosition({
  1. String? horizontalAlignment,
})

Implementation

TextPosition({
  this.horizontalAlignment,
});