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