iconLarge method

Widget iconLarge()

Implementation

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