groupAvatarTitle constant

TextStyle const groupAvatarTitle

Implementation

static const TextStyle groupAvatarTitle = TextStyle(
    fontSize: 14,
    fontWeight: FontWeight.w700,
    color: SunnyColors.primaryText);