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