getMainAxisSize method

MainAxisSize getMainAxisSize()

Returns the mainAxisSize of the matched Column via Widget.toDiagnosticsNode

Implementation

MainAxisSize getMainAxisSize() {
  return getDiagnosticProp<MainAxisSize>('mainAxisSize');
}