0 purchases
wy keyboard widgets
Usage #
TextEditingController barcodeInput = TextEditingController();
TextField(
enabled: false,
controller: barcodeInput,
);
Container(child: DigitalKeyboard(barcodeInput, height, sWidth,margin));
copied to clipboard
Additional information #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.