SizedLogo constructor

SizedLogo({
  1. required String logoImage,
  2. required double height,
  3. required double width,
})

Implementation

SizedLogo(
    {required this.logoImage, required this.height, required this.width});