softPunctuationShift property

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

Used for the second page of the soft keyboard punctuation keys. On the punctuation page, press the shift key to switch to the second page. 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 softPunctuationShift = '{}#%^*+=/~•.,';