LaunchOptions constructor
Creates a LaunchOptions instance with the specified options.
Implementation
const LaunchOptions({
this.barColor,
this.onBarColor,
this.systemNavigationBarParams,
this.barFixingEnabled,
});
Creates a LaunchOptions instance with the specified options.
const LaunchOptions({
this.barColor,
this.onBarColor,
this.systemNavigationBarParams,
this.barFixingEnabled,
});