textTitle constant

TextStyle const textTitle

Implementation

static const TextStyle textTitle = TextStyle(
    fontSize: MiniDimen.fontLarge,
    color: MiniColor.textDark,
    fontWeight: FontWeight.bold);