niku method
Switch to Niku() property
Wrap current widget with Niku, allowing custom property builder
Example usage
Container()
.niku()
.bg(Colors.blue)
.build()
Implementation
Niku niku() => Niku(this);
Switch to Niku() property
Wrap current widget with Niku, allowing custom property builder
Example usage
Container()
.niku()
.bg(Colors.blue)
.build()
Niku niku() => Niku(this);