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