Future<void> iconStatus(String text) async { setState(() { if (text == '') { iconEnabled = false; } else { iconEnabled = true; } }); }