iconDestructiveForeground method

Widget iconDestructiveForeground()

Implementation

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