Using MainAxisSize.max
Equivalent to
Row( mainAxisSize: MainAxisSize.max )
NikuRow sizeMax() { _mainAxisSize = MainAxisSize.max; return this; }