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