FloatingViewTheme constructor
Creates a FloatingViewTheme.
All parameters have default values.
Implementation
const FloatingViewTheme({
this.elevation = 2,
this.backgroundColor,
this.radius = 12,
});
Creates a FloatingViewTheme.
All parameters have default values.
const FloatingViewTheme({
this.elevation = 2,
this.backgroundColor,
this.radius = 12,
});