combined method

EasyDialogDecoration<D> combined(
  1. List<EasyDialogDecoration<D>> others
)

Combine multiple decorations.

Implementation

EasyDialogDecoration<D> combined(List<EasyDialogDecoration<D>> others) =>
    EasyDialogDecoration<D>.combine([this, ...others]);