textTitle constant

TextStyle const textTitle

Implementation

static const TextStyle textTitle = TextStyle(
  fontSize: 18,
  color: PaletaCores.black,
  fontFamily: 'Open sans',
  fontWeight: FontWeight.w600,
);