fix comment, adds Rx features.
- small comment fix (https://github.com/jonataslaw/getx/pull/560#commitcomment-42045326) - added `RxBool.toggle()`as an easy shortcut for switching true/false values. - added `_RxImp.nil()` to easily set the value to `null` (`nil` comes from LISP :P) seems to be a useful sometimes, for instance if using `RxString` in `TextField.decoration.errorText` is the only way to avoid the "error state". - adds missing docs to Rx classes.
Showing
1 changed file
with
54 additions
and
1 deletions
-
Please register or login to post a comment