LogPage constructor

const LogPage({
  1. Key? key,
  2. required VentourApplicationService ventour,
})

Implementation

const LogPage({super.key, required this.ventour});