defText property

TextStyle defText
getter/setter pair

Implementation

static TextStyle defText = TextStyle(
  fontSize: 14,
  color: Colors.black,
);