niku method
Switch to Niku() property
After this method is called, NikuText property can't be applied anymore
NikuText("Applied Style")
.color(Colors.blue)
.fontSize(21)
.bold()
.niku()
.my(20)
.build() // Collect all style and render
Implementation
Niku niku() => Niku(this.build());