📜  颤振图标大小 - Dart 代码示例

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

代码示例1
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.
        ),