kKeyboardDefaultInputTextStyle top-level constant

TextStyle const kKeyboardDefaultInputTextStyle

The default text style of the text inside the key input monitor.

Implementation

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