CustomExpandCollapseWidget constructor
const
CustomExpandCollapseWidget({
- Key? key,
- required Widget child,
- bool? isExpanded,
- VoidCallback? onToggle,
- double? width,
- double? height,
- EdgeInsetsGeometry? margin,
Implementation
const CustomExpandCollapseWidget({
super.key,
required this.child,
this.isExpanded,
this.onToggle,
this.width,
this.height,
this.margin,
});