📜  颤振图标颜色 - Dart 代码示例

📅  最后修改于: 2022-03-11 14:48:02.251000             🧑  作者: Mango

代码示例2
Icon(
          Icons.home,
          color: Colors.blue,
          size: 40.0,
          textDirection: TextDirection.ltr,
          semanticLabel: 'Icon', // Announced in accessibility modes (e.g TalkBack/VoiceOver). This label does not show in the UI.
        ),