textStyleBlack10 function

TextStyle textStyleBlack10()

text style with black color and font size is 10

Implementation

TextStyle textStyleBlack10() {
  return TextStyle(
      color: Colors.black, fontSize: 10, fontFamily: getFontFamily());
}