Flutter Textのテキストを全て大文字にするサンプル
環境
Windows11 pro 64bit
Flutter 3.3.7
使用例
Text('study'.toUpperCase()),
Textに指定している文字列の後に、toUpperCaseをつけます。
Textのテキストを全て大文字にするには、toUpperCaseメソッドを使います。
Coding Changes the World
環境
Windows11 pro 64bit
Flutter 3.3.7
使用例
Text('study'.toUpperCase()),
Textに指定している文字列の後に、toUpperCaseをつけます。
Textのテキストを全て大文字にするには、toUpperCaseメソッドを使います。