normal constant

TextStyle const normal

Implementation

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