WebPlatform constructor
const
WebPlatform({
- String title = 'Bloom App',
Creates a WebPlatform configuration instance.
Implementation
const WebPlatform({
this.title = 'Bloom App',
});
Creates a WebPlatform configuration instance.
const WebPlatform({
this.title = 'Bloom App',
});