MorphSurfaceSpec constructor
- ShapeBorder shape = const RoundedRectangleBorder(),
- Color? color,
- double elevation = 0,
Creates a surface model.
Implementation
const MorphSurfaceSpec({
this.shape = const RoundedRectangleBorder(),
this.color,
this.elevation = 0,
});