getTitleSmall static method

TextStyle getTitleSmall({
  1. Color? color,
})

Implementation

static TextStyle getTitleSmall({Color? color}) =>
    titleSmall.copyWith(color: color);