textStyleHeaderDark static method

TextStyle textStyleHeaderDark()

Implementation

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