container method
Add new container to widget
Equivalent to:
Container()
Implementation
Niku container() {
_widget = Container(
child: _widget,
);
return this;
}
Add new container to widget
Equivalent to:
Container()
Niku container() {
_widget = Container(
child: _widget,
);
return this;
}