ZwapLogo constructor

ZwapLogo({
  1. Key? key,
  2. double? width,
  3. double? height,
})

Implementation

ZwapLogo({Key? key,
  this.width,
  this.height
}): super(key: key);