BannerType constructor

BannerType(
  1. double width,
  2. double height,
  3. String type
)

Implementation

BannerType(this.width, this.height, this.type);