inputTextStyle property

TextStyle inputTextStyle
final

The text style of the text inside the key input monitor. Default value is const TextStyle(color: Colors.white, fontSize: 17.0, fontWeight: FontWeight.w500).

Implementation

final TextStyle inputTextStyle;