labelStyle constant

TextStyle const labelStyle

default style of labels

Implementation

static const TextStyle labelStyle = TextStyle(
  color: Colors.black,
);