textAlignment method

T textAlignment(
  1. TextAlign align
)

Implementation

T textAlignment(TextAlign align) => copyWith(textAlign: align) as T;