AzIcon constructor

AzIcon(
  1. IconData? icon, {
  2. Key? key,
})

Implementation

AzIcon(
    this.icon, {
      Key? key,
    }) : super(key: key);