of<T extends EasyDialogDecoration<EasyDialog> > static method
Get the decoration of type T from the context.
Implementation
static T of<T extends EasyDialogDecoration>(EasyDialogContext context) =>
maybeOf<T>(context)!;