I'm trying to fade in a decoration image and can't figure out how.
The image property needs an ImageProvider, while FadeInImage widget is a StatefulWidget.
This is what I've tried to work with:
decoration: BoxDecoration (
image: DecorationImage(
fix: BoxFit.cover,
image: ...
),
)