Banner constructor
Banner(
- BuildContext context, {
- double height = 150,
Implementation
Banner(this.context, {this.height = 150});
Banner(this.context, {this.height = 150});