call method

Implementation

CupertinoDynamicColor? call(BuildContext? context) {
  if (this == null) return null;
  if (context == null) return this;
  return this!.resolveFrom(context);
}