import 'package:get/get.dart'; class CommentsHelper extends GetxController { RxBool isLoading = false.obs; }