xStyTextForDescr static method

TextStyle xStyTextForDescr([
  1. Color? textColor
])

fontSize 16

Implementation

static TextStyle xStyTextForDescr([Color? textColor]) {
  return TextStyle(fontSize: 16, color: textColor ?? Colors.white);
}