Niku constructor

Niku([
  1. Widget widget = const SizedBox.shrink(),
  2. Key? key
])

Implementation

Niku([this.widget = const SizedBox.shrink(), this.key]);