SlidePreviewBox top-level property
          
          Box Function({required Widget child, bool inherit = false, Key? key, Style? style})
          SlidePreviewBox
          
        
        
final
        Implementation
final SlidePreviewBox = Style(
  box.color.grey.shade900(),
  box.margin.all(8),
  box.maxHeight(140),
  box.shadow(
    color: Colors.black.withOpacity(0.5),
    blurRadius: 4,
    spreadRadius: 1,
  ),
).box;