textFont static method

TextStyle textFont()

Implementation

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