getIconColor method
Implementation
@override
Color getIconColor(QdsBoxButtonState state) {
if (state is QdsBoxButtonInactive) {
return wippyGray400;
}
return wippyGray500;
}
@override
Color getIconColor(QdsBoxButtonState state) {
if (state is QdsBoxButtonInactive) {
return wippyGray400;
}
return wippyGray500;
}