AppbarImage constructor
AppbarImage({
- Key? key,
- String? imagePath,
- String? svgPath,
- EdgeInsetsGeometry? margin,
- Function? onTap,
Implementation
AppbarImage({
Key? key,
this.imagePath,
this.svgPath,
this.margin,
this.onTap,
}) : super(
key: key,
);