AppIcon constructor

const AppIcon(
  1. IconData? icon, {
  2. double? size = 22.0,
  3. Color? color,
  4. String? semanticLabel,
  5. TextDirection? textDirection,
  6. Key? key,
})

Implementation

const AppIcon(
  super.icon, {
  super.size = 22.0,
  super.color,
  super.semanticLabel,
  super.textDirection,
  super.key,
});