String? ic(String? name) { if (name == null || name.isEmpty) return null; return "$package/$icons/$name"; }