MoonWidget.image constructor
const
MoonWidget.image({})
Moon with background image (moonColor is ignored)
Implementation
const MoonWidget.image({
Key? key,
required this.date,
required this.backgroundImageAsset,
this.size = 36,
this.pixelSize = 0.5,
this.earthshineColor = Colors.black87,
this.shadowRatio = 1.0,
}) : moonColor = Colors.amber,
super(key: key);