Last updated:
0 purchases
own keyboard
Introduction #
Number keyboard
Usage #
TextEditingController textEditingController = TextEditingController();
OwnKeyBoard(
backgroundColor: Colors.teal,
iconDoneColor: Colors.white,
iconBackspaceColor: Colors.red,
textStyle: const TextStyle(
fontWeight: FontWeight.bold,
color: Colors.white,
fontSize: 25,
),
controller: textEditingController,
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.