Dial Pad
Dial pad gives the user the ability to dial a number and start a call. It also has a quick dial security action and a delete entry action.
Figma Link
- Web Components
- Flutter
Web component not available yet
Demo
Widgetbook
Inheritance
Object > DiagnosticableTree > Widget > StatefulWidget
Constructors
Constructs a ZetaDialPad.
ZetaDialPad.new({Key? key, int? buttonsPerRow = ZetaDialPad.defaultButtonsPerRow, Map<String, String>? buttonValues = ZetaDialPad.defaultButtonValues, ValueChanged<String>? onNumber, ValueChanged<String>? onText})
Properties
| Name | Description | Type | Features |
|---|---|---|---|
| buttonsPerRow | Number of buttons to show on each row. Defaults to 3 defaultButtonsPerRow. | int? | final |
| buttonValues | Map of values to show on the buttons. | Map<String, String>? | final |
| hashCode | The hash code for this object. | int | no setter inherited |
| key | Controls how one widget replaces another widget in the tree. | Key? | final inherited |
| onNumber | Callback when number is tapped. Returns the large value from the button, i,e, 1,2,3 etc. | ValueChanged<String>? | final |
| onText | Callback when number is tapped. Returns the small value from the button after a small delay, i,e, a,b,c etc. | ValueChanged<String>? | final |
| runtimeType | A representation of the runtime type of the object. | Type | no setter inherited |