iconXSmall property

WrappedIcon get iconXSmall

Wraps the icon with extra small size theme.

Implementation

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