iconXLarge method

Widget iconXLarge()

Implementation

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