titleSmallYellowA700 property

dynamic get titleSmallYellowA700

Implementation

static get titleSmallYellowA700 => theme.textTheme.titleSmall!.copyWith(
      color: appTheme.yellowA700,
      fontWeight: FontWeight.w700,
    );