smallWithOpacity constant

TextStyle const smallWithOpacity

Implementation

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