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