textFont static method
Implementation
static TextStyle textFont() {
return myBaseFont(
fontWeight: FontWeight.w400,
fontSize: 12,
);
}
static TextStyle textFont() {
return myBaseFont(
fontWeight: FontWeight.w400,
fontSize: 12,
);
}