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