textStyle constant

dynamic const textStyle

Implementation

static const TextStyle textStyle = TextStyle(
  color: Color(0xFF000000),
  fontSize: 16,
  fontWeight: FontWeight.w500,
  fontStyle: FontStyle.normal,
  letterSpacing: 0.0,
);