MorphTheme constructor

const MorphTheme({
  1. MorphMotion? motion,
  2. double? bumpScale,
  3. double? bumpRecoil,
  4. double? maxScrimOpacity,
  5. Color? scrimColor,
  6. Color? shadowColor,
  7. 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,
});