简体   繁体   English

÷ flutter dart 中的除法符号

[英]÷ division sign in flutter dart

what is the name of division ÷ sign in icons section in flutter dart? flutter dart 中的除法名称 ÷ 登录图标部分的名称是什么?

I tried this code but the sign is not ÷ FloatingActionButton( onPressed: _divideCounter, tooltip: 'divide', backgroundColor: Colors.yellow, child: const Icon(Icons.gesture), ),我试过这段代码,但符号不是 ÷ FloatingActionButton( onPressed: _divideCounter, tooltip: 'divide', backgroundColor: Colors.yellow, child: const Icon(Icons.gesture), ),

Flutter use Material Icons from material UI. Flutter 使用材质 UI 中的材质图标。

if you use VSCode, actually you can preview the icons.如果您使用 VSCode,实际上您可以预览图标。

or you can find all the icons on documentation of material UI here https://mui.com/material-ui/material-icons/或者你可以在这里找到材料 UI 文档中的所有图标https://mui.com/material-ui/material-icons/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何替换颤振/飞镖中的 $ 符号 - How to replace a $ sign in flutter / dart 为什么 。 数字前使用的符号? 在飞镖/颤振中 - Why . sign used before number? in Dart/flutter Flutter、Dart 和 FirebaseAuth:如何将标志链接到用户? - Flutter, Dart and FirebaseAuth: How do I link a sign to a user? 如何在颤动/飞镖扩展中禁用蓝色警告下划线标志? - How to disable blue warning underline sign in flutter/dart extension? 登录/注册后如何消失加载屏幕? (颤振/飞镖) - How to disappear the loading screen after sign in/register? (Flutter/Dart) 如何在颤振/飞镖中正确使用 google_sign_in.dart 中的方法 isSignedIn() - how to properly use the method isSignedIn() from google_sign_in.dart in flutter/dart 无法在 android studio 中为颤振项目导入“package:google_sign_in/google_sign_in.dart - Not able to import "package:google_sign_in/google_sign_in.dart in for flutter project in android studio Dart / Flutter:如何使用 ES 256 算法和私钥对字符串进行签名 - Dart / Flutter : How Do I Sign a String Using an ES 256 Algorithm and Private Key Flutter with Firebase Google 登录:失败的断言 network_image_io.dart - Flutter with Firebase Google sign in: Failed assertion network_image_io.dart dart 中的@('at 符号')符号是什么意思? - What does the @ ('at sign') sign mean in dart?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM