displayLargeTextStyle property
Implementation
static TextStyle displayLargeTextStyle = TextStyle(
fontSize: 48,
letterSpacing: 0,
fontWeight: FontWeight.w300,
overflow: TextOverflow.ellipsis,
fontFamily: inter,
color: Colors.black,
);