satoshiBold24 top-level constant

TextStyle const satoshiBold24

Implementation

const satoshiBold24 = TextStyle(
  //fontFamily: R.fontFamily.satoshi,
  height: 1.33,
  fontSize: 24,
  fontWeight: FontWeight.w700,
  //fontFamilyFallback: _fallBacks,
);