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