InlineSpan constructor

const InlineSpan({
  1. required String text,
  2. required bool isChanged,
})

Implementation

const InlineSpan({required this.text, required this.isChanged});