icon method
Implementation
StyledIcon icon(
IconData icon, {
bool inherit = false,
Key? key,
Style? style,
}) {
return StyledIcon(icon, style: merge(style), key: key, inherit: inherit);
}
StyledIcon icon(
IconData icon, {
bool inherit = false,
Key? key,
Style? style,
}) {
return StyledIcon(icon, style: merge(style), key: key, inherit: inherit);
}