tmtResultCardText property

TextStyle tmtResultCardText
getter/setter pair

Implementation

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