azRow method

AzRow azRow()

Implementation

AzRow azRow() => AzRow(children).internalUseOfAz(
  thisMainAxisAlignment: mainAxisAlignment,
  thisCrossAxisAlignment: crossAxisAlignment,
  thisTextDirection: textDirection,
  thisVerticalDirection: verticalDirection,
  thisTextBaseline: textBaseline,
);