Flutter Textのテキストを全て大文字にするサンプル
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
Text('文字列’.toUpperCase()),
Textのテキストを全て大文字にするには、toUpperCaseメソッドを使います。
使用例
Text('studyskill'.toUpperCase()),
Text('studyskill'.toUpperCase()),
Text('studyskill'.toUpperCase()),