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