inverted property

RxBool inverted
final

Indicator whether the Colors of the StyleView should be inverted.

Meant to be used as a light/dart theme switch.

Implementation

final RxBool inverted = RxBool(false);