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