sentenceCase property
String
get
sentenceCase
Gets the text in Sentence case format.
Example: "hello world" becomes "Hello world"
Implementation
String get sentenceCase => _getSentenceCase();
Gets the text in Sentence case format.
Example: "hello world" becomes "Hello world"
String get sentenceCase => _getSentenceCase();