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