own_keyboard 0.0.1 copy "own_keyboard: ^0.0.1" to clipboard
own_keyboard: ^0.0.1 copied to clipboard

A new Flutter project.

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,
      )

0
likes
80
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter project.

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on own_keyboard