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