niku method
Switch to Niku() property
After this method is called, NikuStack property can't be applied anymore
NikuStack([
Text("0"),
Text("1")
])
.center()
.niku()
.bg(Colors.blue)
Implementation
Niku niku() => Niku(
Builder(
builder: (context) => build(context),
),
key,
);