apgapg / pie_chart

Flutter Pie chart with animation
https://pub.dev/packages/pie_chart
MIT License
179 stars 85 forks source link

Gradient Color Mix In Ring Shape. #85

Closed wajahat414 closed 2 years ago

wajahat414 commented 2 years ago

WhatsApp Image 2022-05-23 at 11 14 10 AM WhatsApp Image 2022-05-23 at 11 34 29 AM

Specially This blueCorner Gradient

apgapg commented 2 years ago

Closing this in favor of #83

wajahat414 commented 2 years ago

final gradientList = <List>[ [Color.fromRGBO(255, 255, 255, 1.0), Color.fromRGBO(251, 192, 14, 1.0),

], [ Color.fromRGBO(41, 179, 255, 1.0),

Color.fromRGBO(255, 255, 255, 1.0),

],

];