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

FPCRadio

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

FPCPrimaryRadio<String>(
  value: value,
  groupValue: groupValue,
  onChanged: (String value) {},
),
iOS (Cupertino) Android (Material)
Clone this wiki locally