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