A component that let user pick an image
ImagePicker(name: string = null, label: string = null)
Construct an ImagePicker
Parameters | |
name | The name of the default image to show |
label | The text in the top of the picker |
ImagePicker id(id: string)
Set an id to identify a view
Parameters | |
id | id to identify a view |
Return | |
ImagePicker | This ImagePicker instance |
ImagePicker name(name: string)
Set the default image to show
Parameters | |
name | The name of the default image to show |
Return | |
ImagePicker | This ImagePicker instance |
CheckBox label(label: string)
Set the label of the picker
Parameters | |
label | The text in the top of the picker |
Return | |
ImagePicker | This ImagePicker instance |
© 2024 - Macrorify by KoK-CODE