WebPlatform constructor

const WebPlatform({
  1. String title = 'Bloom App',
})

Creates a WebPlatform configuration instance.

Implementation

const WebPlatform({
  this.title = 'Bloom App',
});