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