mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
two components: color-wheel, and color-picker which adds a div that displays the selected color. Data binding is used to connect the color-wheel's "color" property to the sample div's background-color. BUG= R=abarth@chromium.org Review URL: https://codereview.chromium.org/872993006
Some of these examples are examples of what sky supports now. Others are examples of what sky hopes to one day support. Therefore not all these examples actually work today.