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