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