color_dart
color_dart copied to clipboard
color_dart, display the color of the current rendering value in vscode.
color_dart
color_dart, display the color of the current rendering value in vscode.
目录
- 预览
- 使用
- vscode 配置
- 维护者
- 欢迎 PR
- 使用许可
预览
使用
- hex(String hexColor)
hex('#222);
hex('#ff0000');
- rgba(int r, int g, int b, double a)
rgba(0,0,0,1);
vscode 配置
维护者
欢迎 PR
非常欢迎你的加入! 提一个 Issue 或者提交一个 Pull Request.
使用许可
MIT © MEETQY