descriptionTextStyle property

TextStyle? get descriptionTextStyle

Implementation

TextStyle? get descriptionTextStyle =>
    flutterTheme?.textTheme.titleSmall?.copyWith(
      color: foregroundColor.withValues(alpha: .8),
      fontSize: 14,
      fontWeight: FontWeight.w300,
      height: 1.2,
    );