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