iconX3Large method

Widget iconX3Large()

Implementation

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