iconX4Large method

Widget iconX4Large()

Implementation

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