HoverPage constructor

HoverPage({
  1. String? title,
  2. Color? backgroundColor,
})

Implementation

HoverPage({
  String? title,
  Color? backgroundColor,
}) : super(title: title, backgroundColor: backgroundColor);