Creates a banner.
The message and location arguments must not be null.
Banner({ Key key, this.child, this.message, this.location }) : super(key: key) { assert(message != null); assert(location != null); }