RenPyTransitionIntent.imageDissolve constructor
const
RenPyTransitionIntent.imageDissolve({})
Implementation
const RenPyTransitionIntent.imageDissolve({
required String this.maskAsset,
required double this.duration,
this.ramplen,
this.reverse = false,
}) : type = RenPyTransitionType.imageDissolve,
fidelity = RenPyTransitionFidelity.approximated,
outTime = null,
holdTime = null,
inTime = null,
color = null,
mode = null,
expression = null;