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