bigWithOpacity constant

TextStyle const bigWithOpacity

Implementation

static const TextStyle bigWithOpacity = TextStyle(
  color: Color.fromRGBO(0xff, 0xff, 0xff, .66),
  fontWeight: FontWeight.w600,
  fontSize: SysSize.big,
  inherit: true,
);