textTitleAppBar constant

TextStyle const textTitleAppBar

Implementation

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