styleReward top-level property

TextStyle styleReward
getter/setter pair

Implementation

var styleReward = TextStyle(
  color:
      ColorResources.getColor(color: Theme.of(Get.context!).primaryColorDark),
  fontWeight: FontWeight.w500,
  fontSize: 12, /*decoration: TextDecoration.underline*/
);