normalW constant

TextStyle const normalW

Implementation

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