conversionBackgroundColor static method
Implementation
static Color conversionBackgroundColor(BuildContext context) {
return Theme.of(context).brightness == Brightness.dark
? berBackground2
: firstBackground;
}
static Color conversionBackgroundColor(BuildContext context) {
return Theme.of(context).brightness == Brightness.dark
? berBackground2
: firstBackground;
}