Skip to content

CodeField

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

FPCCodeField

Component field code, which is designed to display any typed SMS code with solid background color.
Example of using a ready-made component:

FPCPrimaryCodeField(
  length: 6,
),

FPCGradientCodeField

Component field code, which is designed to display any typed SMS code with solid gradient color.
Example of using a ready-made component:

FPCPrimaryGradientCodeField(
  length: 6,
),

Clone this wiki locally