FloatingWidget constructor
const
FloatingWidget({})
Implementation
const FloatingWidget(
{Key? key,
required this.child,
this.duration,
this.reverseDuration,
this.direction = FloatingDirection.topCenterToBottomCenter,
this.horizontalSpace = 30,
this.verticalSpace = 30,
this.beginOffset,
this.endOffset})
: super(key: key);