FloatingCard constructor
const
FloatingCard({})
Implementation
const FloatingCard({
Key? key,
this.topPosition,
this.leftPosition,
this.rightPosition,
this.bottomPosition,
this.width,
this.height,
this.borderRadius = BorderRadius.zero,
this.elevation = 0.0,
this.color,
this.child,
}) : super(key: key);