Hover constructor
const
Hover({
- required HoverContents contents,
- Range? range,
Implementation
const Hover({required this.contents, this.range});
const Hover({required this.contents, this.range});