menu
scobro_foundation_flutter package
documentation
widgets/icon_map.dart
IconMappingService
getIcon method
getIcon method
dark_mode
light_mode
getIcon
method
IconData
getIcon
(
String
iconName
)
Implementation
IconData getIcon(String iconName) { return iconMap[iconName] ?? Icons.error; }
scobro_foundation_flutter package
documentation
widgets/icon_map
IconMappingService
getIcon method
IconMappingService class