niku method

Niku niku()

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);