textStyleBlack10 function
text style with black color and font size is 10
Implementation
TextStyle textStyleBlack10() {
return TextStyle(
color: Colors.black, fontSize: 10, fontFamily: getFontFamily());
}
text style with black color and font size is 10
TextStyle textStyleBlack10() {
return TextStyle(
color: Colors.black, fontSize: 10, fontFamily: getFontFamily());
}