iconSecondary method

Widget iconSecondary()

Implementation

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