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