NewsOverlayButton constructor
- Key? key,
- required bool isLoadingNews,
- required bool showNewsMarkers,
- required int visibleNewsCount,
- VoidCallback? onTap,
Implementation
const NewsOverlayButton({
super.key,
required this.isLoadingNews,
required this.showNewsMarkers,
required this.visibleNewsCount,
this.onTap,
});