InlineStyleType constructor

InlineStyleType({
  1. String? fn(
    1. String value,
    2. DeltaInsertOp op
    )?,
  2. Map<String, String>? map,
})

Implementation

InlineStyleType({this.fn, this.map});