MoonWidget.simple constructor
const
MoonWidget.simple({})
Simple moon with solid colors
Implementation
const MoonWidget.simple({
Key? key,
required this.date,
this.size = 36,
this.pixelSize = 1.0,
this.moonColor = Colors.amber,
this.earthshineColor = Colors.black87,
}) : backgroundImageAsset = null,
shadowRatio = 1.0,
super(key: key);