iconMutedForeground method

Widget iconMutedForeground()

Implementation

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