defaultCompactUserScreenNameStyle top-level constant
TextStyle
const defaultCompactUserScreenNameStyle
Implementation
const defaultCompactUserScreenNameStyle = const TextStyle(
fontSize: 14.0,
fontFamily: 'Roboto',
fontWeight: FontWeight.w300,
color: Colors.grey,
);