styleEntryLabel property

TextStyle styleEntryLabel
final

Implementation

static final TextStyle styleEntryLabel = TextStyle(
  fontSize: 11,
  fontWeight: FontWeight.normal,
  color: colorLabel,
);