menu
flutter_easy package
documentation
flutter_easy.dart
RxBoolExt
operator ^ method
operator ^ method
dark_mode
light_mode
operator ^
method
bool
operator ^
(
bool
other
)
Implementation
bool operator ^(bool other) => !other == value;
flutter_easy package
documentation
flutter_easy
RxBoolExt
operator ^ method
RxBoolExt extension on
Rx
<
bool
>