KeyboardUIConfig class
Constructors
-
KeyboardUIConfig({double digitBorderWidth = 1, EdgeInsetsGeometry keyboardRowMargin = const EdgeInsets.only(top: 15, left: 4, right: 4), EdgeInsetsGeometry digitInnerMargin = const EdgeInsets.all(24), Color primaryColor = Colors.white, Color digitFillColor = Colors.transparent, TextStyle digitTextStyle = const TextStyle(fontSize: 30, color: Colors.white), TextStyle deleteButtonTextStyle = const TextStyle(fontSize: 16, color: Colors.white), Size? keyboardSize})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited