commonText top-level constant

TextStyle const commonText

Implementation

const commonText = TextStyle(
  color: Colors.blue,
  fontStyle: FontStyle.normal,
  fontWeight: FontWeight.normal,
  fontSize: 18,
);