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