FletApp
        Inherits: LayoutControl
Renders another Flet app in the current app, similar to HTML IFrame, but for Flet.
Properties
- 
          app_startup_screen_message(str | None) –TBD 
- 
          args(dict[str, Any] | None) –TBD 
- 
          force_pyodide(bool) –TBD 
- 
          reconnect_interval_ms(int | None) –Delay, in milliseconds, between reconnection attempts. 
- 
          reconnect_timeout_ms(int | None) –Total time to try reconnecting. 
- 
          show_app_startup_screen(bool) –TBD 
- 
          url(str | None) –Flet app URL, e.g. http://localhost:8550orflet.sock.
Events
- 
          on_error(ControlEventHandler[FletApp] | None) –Called when a connection or any unhandled error occurs.