copyWith abstract method

InlineSpan copyWith({
  1. TextStyle? style,
  2. double? baseline,
  3. AnnotationBuilder? annotation,
})

Implementation

InlineSpan copyWith({
  TextStyle? style,
  double? baseline,
  AnnotationBuilder? annotation,
});