defaultCompactTextStyle top-level constant
TextStyle
const defaultCompactTextStyle
Implementation
const defaultCompactTextStyle = const TextStyle(
fontSize: 15.0,
fontFamily: 'Roboto',
fontWeight: FontWeight.w300,
color: Colors.black,
);