AdwaitaIcon constructor

const AdwaitaIcon(
  1. String asset, {
  2. Key? key,
  3. double? size,
  4. Color? color,
  5. String? semanticLabel,
})

Implementation

const AdwaitaIcon(
  this.asset, {
  Key? key,
  this.size,
  this.color,
  this.semanticLabel,
}) : super(key: key);