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