workbench/views/playground_views library

Playground view widgets for the Component Workbench.

This is a barrel file that re-exports the split widget files. Original file was split in Phase 4.1 for better maintainability.

Contains:

Classes

DualThemeView
Layout showing both light and dark theme instances Can toggle between vertical (top/bottom) and horizontal (left/right) layouts
DualThemeViewState
Public state class for typed GlobalKey access from WorkbenchShell. Phase 3.2: Now owns component states (lifted from PlaygroundHome).
PlaygroundHome
Main playground widget with 2-column layout Left: Component Preview | Right: Controls Panel
PlaygroundHomeState
Public state class to allow access from DualThemeView. Phase 3.2: Removed TickerProviderStateMixin - animation controller now from parent.