CheckParameterIgnore typedef

CheckParameterIgnore = bool Function(String widgetName, String parameterName, dynamic defaultValue)

Implementation

typedef CheckParameterIgnore = bool Function(
  String widgetName,
  String parameterName,
  dynamic defaultValue,
);