AppbarImage constructor
AppbarImage({})
Implementation
AppbarImage({
Key? key,
required this.height,
required this.width,
this.imagePath,
this.svgPath,
this.margin,
this.onTap,
}) : super(
key: key,
);