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