build method
Describes the part of the UI represented by this widget.
Implementation
@override
Widget build(BuildContext context) => _ShadowBox(
offsetX: offsetX,
offsetY: offsetY,
color: color ?? ThemeScope.of(context).resolvedShadow,
shadowStyle: shadowStyle,
child: child,
);