niku method
Switch to Niku() property
After this method is called, NikuIconButton property can't be applied anymore
NikuIconButton(Icon(Icons.edit))
.iconSize(24)
.p(20)
.highlightColor(Colors.blue.withOpacity(.125))
.niku()
.my(8)
.build() // Collect all style and render
Implementation
Niku niku() => Niku(this.build());