align method

AppText align(
  1. TextAlign? value
)

Implementation

AppText align(TextAlign? value) => this.._textAlign = value;