conversionThemeIconColor static method
Implementation
static Color conversionThemeIconColor(BuildContext context) {
return Theme.of(context).brightness == Brightness.dark
? Colors.white
: themeIconColor;
}
static Color conversionThemeIconColor(BuildContext context) {
return Theme.of(context).brightness == Brightness.dark
? Colors.white
: themeIconColor;
}