combined method
Combine multiple decorations.
Implementation
EasyDialogDecoration<D> combined(List<EasyDialogDecoration<D>> others) =>
EasyDialogDecoration<D>.combine([this, ...others]);
Combine multiple decorations.
EasyDialogDecoration<D> combined(List<EasyDialogDecoration<D>> others) =>
EasyDialogDecoration<D>.combine([this, ...others]);