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