getAlignment method

AlignmentGeometry getAlignment()

Returns the alignment of the matched Image via Widget.toDiagnosticsNode

Implementation

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