iconPrimary method

Widget iconPrimary()

Implementation

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