Skip to content

PINField

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

FPCPINField

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

const FPCPrimaryPINField(
  length: 4,
),

FPCGradientPINField

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

const FPCPrimaryGradientPINField(
  length: 4,
),

Clone this wiki locally