stats: reversed histogram gradient
This commit is contained in:
parent
b5fea82fce
commit
520499d33e
1 changed files with 1 additions and 1 deletions
|
@ -292,8 +292,8 @@ class _HistogramState extends State<Histogram> with AutomaticKeepAliveClientMixi
|
||||||
begin: Alignment.topCenter,
|
begin: Alignment.topCenter,
|
||||||
end: Alignment.bottomCenter,
|
end: Alignment.bottomCenter,
|
||||||
colors: [
|
colors: [
|
||||||
accentColor.withAlpha(0),
|
|
||||||
accentColor,
|
accentColor,
|
||||||
|
accentColor.withAlpha(0),
|
||||||
],
|
],
|
||||||
).createShader,
|
).createShader,
|
||||||
blendMode: BlendMode.srcIn,
|
blendMode: BlendMode.srcIn,
|
||||||
|
|
Loading…
Reference in a new issue