Hover constructor

const Hover({
  1. required HoverContents contents,
  2. Range? range,
})

Implementation

const Hover({required this.contents, this.range});