niku method

Niku niku({
  1. Key? key,
})

Switch to Niku() property as TextButton

After this method is called, NikuFlatButton property can't be applied anymore

NikuButton("Button")
  .bg(Colors.blue)
  .px(18)
  .py(16)
  .rounded(8)
  .niku()
  .build() // Collect all style and render

Implementation

Niku niku({Key? key}) => Niku(this.build(key: key));