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