Skip to content

Commit

Permalink
link from Color to Colors (flutter#3494)
Browse files Browse the repository at this point in the history
* link from Color to Colors

* from review
  • Loading branch information
sethladd authored Mar 22, 2017
1 parent 4ffba73 commit c831d09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/ui/painting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ Color _scaleAlpha(Color a, double factor) {
/// Color c1 = const Color(0xFFFFFF); // fully transparent white (invisible)
/// Color c2 = const Color(0xFFFFFFFF); // fully opaque white (visible)
/// ```
///
/// See also:
///
/// * [Colors](https://docs.flutter.io/flutter/material/Colors-class.html), which
/// defines the colors found in the Material Design specification.
class Color {
/// Construct a color from the lower 32 bits of an [int].
///
Expand Down

0 comments on commit c831d09

Please sign in to comment.