SExpandableHandles constructor
const
SExpandableHandles({
- Key? key,
- required VoidCallback onTap,
- required double width,
- required double height,
- required Color iconColor,
- bool isExpanded = false,
- bool? expandsRight,
- bool? expandsDown,
- bool? shoulAutodReverseHamburgerAnimationWhenComplete,
- dynamic onHamburgerStateAnimationCompleted(
- bool? state
- bool? triggerOnTap,
Implementation
const SExpandableHandles({
super.key,
required this.onTap,
required this.width,
required this.height,
required this.iconColor,
this.isExpanded = false,
this.expandsRight,
this.expandsDown,
this.shoulAutodReverseHamburgerAnimationWhenComplete,
this.onHamburgerStateAnimationCompleted,
this.triggerOnTap,
});