Pin Keyboard

PRO

You can edit 8 Components for free. Get premium for unlimited access.

Pin Keyboard is a circular PIN keypad key that supports a text mode and icon mode.

Figma

The Pin Keyboard component is used to display a complete keyboard to enter a code or number.

1. Reference

This component inherits props from the Pin Keyboard.

Prop
Type
Default
type
text
icon
text
icon
state
default
pressed
default
pressed
alphabet
true
false
true

2. Type

You can edit the type with the text or icon parameter.

Image 2.1 : Type text

Image 2.2 : Type icon

3. State

You can edit the state with the default or pressed parameter.

Image 3.1 : State default

Image 3.2 : State pressed

4. Description

You can edit the description with the true or false parameter.

Image 4.1 : Description false

Image 4.2 : Description true

Jetpack Compose

This component is on the roadmap and in Progress This means that it is currently being edited and will be published in the next few weeks/months. Check back often to stay informed about the latest updates.

🚧

Preview

1

DlPinKeyboard(
    number: '1'
)
Copy

Usage

Add this code example to your project to see how the component works.

DlPinKeyboard(
    number: '1',
    alphabet: 'ABC'
)
Copy

APIΒ Reference

DlPinKeyboard is a circular PIN keypad key that supports a text mode (number with optional alphabet), an icon mode and a pressed state with visual feedback.

Prop
Type
Default
type
text
icon
text
number
String?
null
alphabet
String?
null
icon
Widget?
null
state
defaultState
pressed
defaultState
onPressed
VoidCallback?
null
key
Key?
null

Examples

With Icon

DlPinKeyboard(
  type: DlPinKeyboardType.icon,
  icon: DlPlaceholderIcon(),
)
Copy

With Alphabet

1

ABC

DlPinKeyboard(
    number: '1',
    alphabet: 'ABC'
)
Copy

Discover more content

You have questions or need help?

E-Mail

You want to try?

Test for free

Save time and money?

Get Pro Version