MoonWidget constructor
const
MoonWidget({})
Implementation
const MoonWidget({
Key? key,
required this.date,
this.size = 36,
this.scale = 0.22,
this.resolution = 96,
this.moonColor = Colors.amber,
this.earthshineColor = Colors.black87,
}) : super(key: key);