当前位置:网站首页>Fluent fluent library encapsulation
Fluent fluent library encapsulation
2022-07-02 12:28:00 【Xiao Er Li】
void showWarnToast(String text) {
Fluttertoast.showToast(
msg: text,
toastLength: Toast.LENGTH_LONG,
gravity: ToastGravity.CENTER,
backgroundColor: Colors.red,
textColor: Colors.white);
}
void showToast(String text) {
Fluttertoast.showToast(
msg: text, toastLength: Toast.LENGTH_LONG, textColor: Colors.white);
}
边栏推荐
- 初始JDBC 编程
- SparkContext: Error initializing SparkContext解决方法
- Leetcode922 sort array by parity II
- Find the common ancestor of any two numbers in a binary tree
- Leetcode - Sword finger offer 37, 38
- Adding database driver to sqoop of cdh6
- 寻找二叉树中任意两个数的公共祖先
- ES集群中节点与分片的区别
- High performance erasure code coding
- What is the relationship between NFT and metauniverse? How to view the market? The future market trend of NFT
猜你喜欢

SparkContext: Error initializing SparkContext解决方法

Mysql database foundation

Use sqoop to export ads layer data to MySQL

CDH6之Sqoop添加数据库驱动

倍增 LCA(最近公共祖先)

AAAI 2022 | Peking University & Ali Dharma Institute: pruning and compression of pre training language model based on comparative learning

Docker compose configuration mysql, redis, mongodb

Lekao: 22 year first-class fire engineer "technical practice" knowledge points

Performance tuning project case

Lekao.com: experience sharing of junior economists and previous candidates in customs clearance
随机推荐
Leetcode209 subarray with the smallest length
Adding database driver to sqoop of cdh6
Docker compose configuration mysql, redis, mongodb
Intel 内部指令 --- AVX和AVX2学习笔记
高性能纠删码编码
Use sqoop to export ads layer data to MySQL
单指令多数据SIMD的SSE/AVX指令集和API
Sub thread get request
Leetcode - Sword finger offer 51 Reverse pairs in an array
怎样写一篇赏心悦目的英文数学论文
分布式机器学习框架与高维实时推荐系统
字符串回文hash 模板题 O(1)判字符串是否回文
Map和Set
使用Sqoop把ADS层数据导出到MySQL
Leetcode739 daily temperature
In development, why do you find someone who is paid more than you but doesn't write any code?
Brush questions --- binary tree --2
甜心教主:王心凌
Maximum profit of jz63 shares
Go学习笔记—基于Go的进程间通信