ColumnGetter extension

Retrieves the DiagnosticsProperty of the matched widget with propName of type T

on

Methods

getCrossAxisAlignment() CrossAxisAlignment
Returns the crossAxisAlignment of the matched Column via Widget.toDiagnosticsNode
getDirection() Axis
Returns the direction of the matched Column via Widget.toDiagnosticsNode
getMainAxisAlignment() MainAxisAlignment
Returns the mainAxisAlignment of the matched Column via Widget.toDiagnosticsNode
getMainAxisSize() MainAxisSize
Returns the mainAxisSize of the matched Column via Widget.toDiagnosticsNode
getRenderObject() RenderFlex
Returns the renderObject of the matched Column via Widget.toDiagnosticsNode
getTextBaseline() TextBaseline
Returns the textBaseline of the matched Column via Widget.toDiagnosticsNode
getTextDirection() TextDirection
Returns the textDirection of the matched Column via Widget.toDiagnosticsNode
getVerticalDirection() VerticalDirection
Returns the verticalDirection of the matched Column via Widget.toDiagnosticsNode