iconMedium property

WrappedIcon get iconMedium

Wraps the icon with medium size theme.

Implementation

WrappedIcon get iconMedium {
  return WrappedIcon(
      data: (context, theme) => theme.iconTheme.medium, child: this);
}