Banner constructor

Banner(
  1. BuildContext context, {
  2. double height = 150,
})

Implementation

Banner(this.context, {this.height = 150});