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