void rgba(int r, int g, int b, [double opacity = 1.0]) { _color = Color.fromRGBO(r, g, b, opacity); notifyListeners(); }