textStyle constant

TextStyle const textStyle

Implementation

static const textStyle = TextStyle(
  color: Flutter95.black,
  fontSize: 14,
  decoration: TextDecoration.none,
  fontWeight: FontWeight.normal,
);