tmtResultCardText property
getter/setter pair
Implementation
static var tmtResultCardText = TextStyle(
fontSize: DeviceHelper.isTablet ? 22 * TextStyleBase.tabletScaleFactor : 22,
fontWeight: AppFontWeight.normal,
fontStyle: FontStyle.normal,
);