highlightTextStyle property
Implementation
TextStyle highlightTextStyle = TextStyle(
backgroundColor:
Get.isDarkMode ? const Color(0xffffbb00) : const Color(0xffffee00));
TextStyle highlightTextStyle = TextStyle(
backgroundColor:
Get.isDarkMode ? const Color(0xffffbb00) : const Color(0xffffee00));