Skip to content
Ivan Galkin edited this page Jan 1, 2024 · 1 revision

FPCApp

Basic root widget of the application, decomposed by platform.
Example of using a component:

FPCApp(
  home: const Child(),
),
Clone this wiki locally