normalWithOpacity constant

TextStyle const normalWithOpacity

Implementation

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