getAlignment method

WrapAlignment getAlignment()

Returns the alignment of the matched Wrap via Widget.toDiagnosticsNode

Implementation

WrapAlignment getAlignment() {
  return getDiagnosticProp<WrapAlignment>('alignment');
}