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