Returns the component's BoxShadows.
List<BoxShadow> get shadows { final dropShadows = _dropShadows; final innerShadows = _innerShadows; return [...dropShadows, ...innerShadows]; }