AiutaIcon constructor

AiutaIcon({
  1. required String path,
  2. bool shouldRenderAsIs = false,
})

Implementation

AiutaIcon({
  required this.path,
  this.shouldRenderAsIs = false,
});