of<T extends EasyDialogDecoration<EasyDialog>> static method

T of<T extends EasyDialogDecoration<EasyDialog>>(
  1. EasyDialogContext context
)

Get the decoration of type T from the context.

Implementation

static T of<T extends EasyDialogDecoration>(EasyDialogContext context) =>
    maybeOf<T>(context)!;