satoshiRegular12 top-level constant

TextStyle const satoshiRegular12

Implementation

const satoshiRegular12 = TextStyle(
  //fontFamily: R.fontFamily.satoshi,
  height: 1.3,
  fontSize: 12,
  fontWeight: FontWeight.w400,

  //fontFamilyFallback: _fallBacks,
);