RouteChangeEvent

Overview

The RouteChangeEvent is an event type in Flet that is triggered whenever the application's route changes. It inherits from the base Event class.

Properties

  • **route**: str
  • - Description: Represents the new path of the route that the application has navigated to. - Type: str - This is an instance attribute.

    Inheritance

  • Inherits from flet.Event.
  • Related Events

  • Previous: PointerEvent
  • Next: SensorErrorEvent