Skip to content

SelectField

Ivan Galkin edited this page Jan 1, 2024 · 1 revision

FPCSelectField

Clickable field component with solid colors, decomposed by platform.
Example of using a ready-made component:

FPCPrimarySelectField(
  title: title,
  labelText: "Label",
),
iOS (Cupertino) Android (Material)

FPCGradientSelectField

Clickable field component with gradient colors, decomposed by platform.
Example of using a ready-made component:

FPCPrimaryGradientSelectField(
  title: title,
  labelText: "Label",
),
iOS (Cupertino) Android (Material)
Clone this wiki locally