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

FPCSwitch

Switch component, decomposed by platform.
Example of using a ready-made component:

FPCPrimarySwitch(
  value: value,
  onChanged: (bool value) {},
),
iOS (Cupertino) Android (Material)
Clone this wiki locally