iconSecondaryForeground method

Widget iconSecondaryForeground()

Implementation

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