stats: reversed histogram gradient

This commit is contained in:
Thibault Deckers 2024-10-29 23:11:57 +01:00
parent b5fea82fce
commit 520499d33e

View file

@ -292,8 +292,8 @@ class _HistogramState extends State<Histogram> with AutomaticKeepAliveClientMixi
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
colors: [
accentColor.withAlpha(0),
accentColor,
accentColor.withAlpha(0),
],
).createShader,
blendMode: BlendMode.srcIn,