Apply expanded to self
Equivalent to:
Expanded()
Niku expanded([int flex = 1]) { _widget = Expanded(child: _widget, flex: flex); return this; }