accountHeaderTextStyle constant

TextStyle const accountHeaderTextStyle

Implementation

static const TextStyle accountHeaderTextStyle = TextStyle(
    color: Color.fromARGB(255, 169, 169, 169),
    fontFamily: DirectFont.Campton,
    fontWeight: FontWeight.w500,
    fontSize: 14);