iconXLarge property

WrappedIcon get iconXLarge

Wraps the icon with extra large size theme.

Implementation

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