highlightTextStyle property

TextStyle highlightTextStyle
getter/setter pair

Implementation

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