SoftUiSidebar constructor

const SoftUiSidebar({
  1. required Widget child,
  2. Key? key,
})

Implementation

const SoftUiSidebar({required this.child, super.key});