iconPrimaryForeground method

Widget iconPrimaryForeground()

Implementation

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