body2Small property

SurfaceSelector body2Small
latefinal

Implementation

late final SurfaceSelector body2Small = SurfaceSelector(
  theme,
  theme.textTheme.body2Small,
  'body2Small',
  colorMutation: (color) => color.withOpacity(0.7),
);