MorphTheme constructor
- MorphMotion? motion,
- double? bumpScale,
- double? bumpRecoil,
- double? maxScrimOpacity,
- Color? scrimColor,
- Color? shadowColor,
- MorphSkinStyle? skinStyle,
Creates the extension; null fields fall through to built-ins.
Implementation
const MorphTheme({
this.motion,
this.bumpScale,
this.bumpRecoil,
this.maxScrimOpacity,
this.scrimColor,
this.shadowColor,
this.skinStyle,
});