Skip to content

FormField

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

Form field does not repeat the design accuracy of platform components, since pure native fields are very rarely used in good productive projects.
The design of this field is suitable for most applications and is more suitable.

FPCFormField

Form field component with solid colors.
Example of using a ready-made component:

FPCPrimaryFormField(
  labelText: "Label",
),

FPCGradientFormField

Form field component with gradient colors.
Example of using a ready-made component:

FPCPrimaryGradientFormField(
  labelText: "Label",
),

Clone this wiki locally