facebook twitter hatena line email

Flutter/font

提供: 初心者エンジニアの簡易メモ
2019年10月24日 (木) 01:09時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==日本語フォント対応== Textの第2引数 Text('編集') ↓ Text('編集', style: TextStyle(locale: Locale("ja", "JP")) <pre> children: <Widget>[ Cupertin...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

日本語フォント対応

Textの第2引数

Text('編集')

Text('編集', style: TextStyle(locale: Locale("ja", "JP"))
children: <Widget>[
  CupertinoButton.filled(
      child: const Text('タグ名編集', style: TextStyle(locale: Locale("ja", "JP"))