DanUIDragableFAB constructor
const
DanUIDragableFAB({})
Implementation
const DanUIDragableFAB({
super.key,
required this.child,
required this.initialOffset,
required this.onPressed,
this.icon,
this.color,
this.gradient,
this.useDragableIcon = false,
}) : assert(!(color != null && gradient != null), 'Cannot set both color and gradient at the same time.');