onlyTextAllow property

RegExp onlyTextAllow
getter/setter pair

Regular expression to allow only text (alphabets a-z, A-Z).

Implementation

static var onlyTextAllow = RegExp(r'^[a-zA-Z]+$');