BloomMobileApp constructor
Creates a BloomMobileApp mounting home.
Implementation
const BloomMobileApp({
super.key,
required this.home,
this.title = 'Bloom Native Mobile',
});
Creates a BloomMobileApp mounting home.
const BloomMobileApp({
super.key,
required this.home,
this.title = 'Bloom Native Mobile',
});