primaryPressed static method
Implementation
static Color primaryPressed(Brightness brightness) {
return brightness == Brightness.light
? primaryPressedLight
: primaryPressedDark;
}
static Color primaryPressed(Brightness brightness) {
return brightness == Brightness.light
? primaryPressedLight
: primaryPressedDark;
}