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