textTableColumnHeader constant

TextStyle const textTableColumnHeader

Implementation

static const textTableColumnHeader = TextStyle(
  color: TagColors.colorBaseInkNormal,
  fontWeight: FontWeight.w700,
  fontSize: 14,
  height: 1.2,
);