textAlignment method

T textAlignment(
  1. TextAlign? align
)

Implementation

T textAlignment(TextAlign? align) => this.copyWith(textAlign: align);