kKeyboardDefaultKeyTextStyle top-level constant

TextStyle const kKeyboardDefaultKeyTextStyle

The default text style of the text inside the keyboard key.

Implementation

const TextStyle kKeyboardDefaultKeyTextStyle = const TextStyle(
    color: Colors.white, fontSize: 17.0, fontWeight: FontWeight.w500);