MutationBuilderFn<DataType, ErrorType, VariablesType> typedef

MutationBuilderFn<DataType, ErrorType, VariablesType> = Widget Function(BuildContext context, Mutation<DataType, ErrorType, VariablesType> mutation)

Implementation

typedef MutationBuilderFn<DataType, ErrorType, VariablesType> = Widget Function(
  BuildContext context,
  Mutation<DataType, ErrorType, VariablesType> mutation,
);