Skip to content

Instantly share code, notes, and snippets.

@usimsek
Created October 7, 2020 21:17
Show Gist options
  • Save usimsek/3cea96df97d828e2ebb05f912e634426 to your computer and use it in GitHub Desktop.
Save usimsek/3cea96df97d828e2ebb05f912e634426 to your computer and use it in GitHub Desktop.
flutter random color
//import 'dart:math' as math;
Color((math.Random().nextDouble() * 0xFFFFFF).toInt()).withOpacity(1.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment