iconX2Large method

Widget iconX2Large()

Implementation

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