textStyleHeaderLight static method

TextStyle textStyleHeaderLight()

Implementation

static TextStyle textStyleHeaderLight() {
  return const TextStyle(
    fontSize: 17,
    color: ColorsUtil.grey700,
    overflow: TextOverflow.ellipsis,
  );
}