tmtGameCircleText property
getter/setter pair
Implementation
static var tmtGameCircleText = TextStyle(
color: AppColors.mainBlackText,
fontSize: DeviceHelper.isTablet ? 30 : 22,
fontWeight: AppFontWeight.bold,
fontStyle: FontStyle.normal,
);