titleMediumBlack900 property

dynamic get titleMediumBlack900

Implementation

static get titleMediumBlack900 => theme.textTheme.titleMedium!.copyWith(
      color: appTheme.black900,
      fontSize: 18.fSize,
    );