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