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