nikuTextButton 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)
.nikuTextButton()
.build() // Collect all style and render
Implementation
Niku nikuTextButton({Key? key}) => Niku(this.textButton(key: key));