niku method
Switch to Niku() property as TextButton
After this method is called, NikuFlatButton property can't be applied anymore
NikuButton("Button")
.bg(Colors.blue)
.px(18)
.py(16)
.rounded(8)
Implementation
Niku niku() => Niku(
Builder(
builder: (context) => build(context),
),
key,
);