import 'package:get/get.dart'; class HomeState { HomeState() { ///Initialize variables } final RxString userName = ''.obs; }