BannerSize constructor

const BannerSize({
  1. int width = 320,
  2. int height = 50,
})

Implementation

const BannerSize({this.width = 320, this.height = 50});