Untitled
Anonymous
dart
11/20/2022 10:12 PM
788 B
13
Indexable
abstract class ThemeText {
static const TextStyle progressHeader = TextStyle(
fontFamily: 'Montserrat',
color: Colors.black,
fontSize: 40,
height: 0.5,
fontWeight: FontWeight.w600);
static const TextStyle progressBody = TextStyle(
fontFamily: 'Montserrat',
color: Colors.white,
fontSize: 10,
height: 0.5,
fontWeight: FontWeight.w400);
static const TextStyle progressFooter = TextStyle(
fontFamily: 'Montserrat',
color: Colors.black,
fontSize: 20,
height: 0.5,
fontWeight: FontWeight.w600);
}Editor is loading...