titleMediumBlack90018 property

dynamic get titleMediumBlack90018

Implementation

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