niku method

Niku niku()

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