getTextAlign method

TextAlign getTextAlign()

Returns the textAlign of the matched AnyText via Widget.toDiagnosticsNode

Implementation

TextAlign getTextAlign() {
  return getDiagnosticProp<TextAlign>('textAlign');
}