renderCustomWith property

void renderCustomWith=(String callback(DeltaInsertOp customOp, DeltaInsertOp? contextOp)?)

Implementation

set renderCustomWith(String Function(DeltaInsertOp customOp, DeltaInsertOp? contextOp)? callback) => _renderCustomWithCallback = callback;