アイコンの名前のバリデーションチェック
static bool validateAndroidIconName(String iconName) => RegExp(r'^[a-z0-9_]+$').hasMatch(iconName);