iconSmall property
WrappedIcon
get
iconSmall
Wraps the icon with small size theme.
Implementation
WrappedIcon get iconSmall {
return WrappedIcon(
data: (context, theme) => theme.iconTheme.small, child: this);
}