big constant

TextStyle const big

Implementation

static const TextStyle big = TextStyle(
  fontWeight: FontWeight.w600,
  fontSize: SysSize.big,
  inherit: true,
);