factory NikuButton.icon(Widget child, {Key? key}) { return NikuButton( child, type: NikuButtonType.TextIcon, key: key, ); }