2 lines
202 B
Dart
2 lines
202 B
Dart
import 'package:flutter/material.dart'; void main() { print(const Color(0xFF000000).toARGB32()); }
|