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