FAlertIcon constructor

const FAlertIcon({
  1. required SvgAsset icon,
  2. Key? key,
})

Creates a FAlertIcon from the given SVG icon.

Implementation

const FAlertIcon({required this.icon, super.key});