accountListTextStyle constant

TextStyle const accountListTextStyle

Implementation

static const TextStyle accountListTextStyle = TextStyle(
    color: Color.fromARGB(255, 64, 64, 64),
    fontFamily: DirectFont.Campton,
    fontWeight: FontWeight.w500,
    fontSize: 16);