niku method

Niku niku()

Switch to Niku() property

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

NikuSelectableText("Applied Style")
  .color(Colors.blue)
  .fontSize(21)
  .bold()
  .niku()
  .my(20)

Implementation

Niku niku() => Niku(
      Builder(
        builder: (context) => build(context),
      ),
      key,
    );