Shadow constructor
Shadow({})
Creates a terminal shadow.
Implementation
Shadow({
required this.child,
this.offsetX = 2,
this.offsetY = 1,
this.color,
this.shadowStyle = TerminalShadowStyle.medium,
super.key,
});