userPackListHeaderLight constant

TextStyle const userPackListHeaderLight

Implementation

static const userPackListHeaderLight = TextStyle(
    color: SunnyColors.white,
    fontSize: SunnyDimensions.listHeaderFontSmall,
    fontWeight: FontWeight.w600,
    letterSpacing: 0.9);