iconPrimary method
Implementation
Widget iconPrimary() {
return WrappedIcon(
data: (context, theme) =>
IconThemeData(color: theme.colorScheme.primary),
child: this);
}
Widget iconPrimary() {
return WrappedIcon(
data: (context, theme) =>
IconThemeData(color: theme.colorScheme.primary),
child: this);
}