softPunctuation property

  1. @override
String softPunctuation
getter/setter pairoverride-getter

Used for the first page of the soft keyboard punctuation keys. Length must be 25. The first 10 characters are used for the first row. The next 10 characters are used for the second row. The last 5 characters are used for the third row.

Implementation

@override
String softPunctuation = '1234567890-()@¥•.,';