nikuTextButtonIcon method
Switch to Niku() property as TextButton.icon
After this method is called, NikuFlatButton property can't be applied anymore
NikuButton("Button")
.bg(Colors.blue)
.px(18)
.py(16)
.rounded(8)
.nikuTextButtonIcon()
.build() // Collect all style and render
Implementation
Niku nikuTextButtonIcon({Key? key}) => Niku(this.textButtonIcon(key: key));