SidePanel constructor
SidePanel({
- required String defaultPath,
Implementation
SidePanel(
{
/// Developer specified path for side panel display.
required String defaultPath})
: _wrapped = $js.SidePanel(default_path: defaultPath);