bodyLargeTextStyle property
Implementation
static TextStyle bodyLargeTextStyle = TextStyle(
fontSize: 14,
fontFamily: inter,
fontWeight: FontWeight.normal,
decoration: TextDecoration.none,
letterSpacing: 0,
overflow: TextOverflow.ellipsis,
color: Colors.black,
);