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