menu
reown_appkit package
documentation
modal/widgets/icons/themed_icon.dart
ThemedIcon
ThemedIcon const constructor
ThemedIcon const constructor
dark_mode
light_mode
ThemedIcon
constructor
const
ThemedIcon
(
{
Key
?
key
,
required
String
iconPath
,
double
?
size
,
})
Implementation
const ThemedIcon({ super.key, required this.iconPath, this.size, });
reown_appkit package
documentation
modal/widgets/icons/themed_icon
ThemedIcon
ThemedIcon const constructor
ThemedIcon class