|
@@ -55,7 +55,7 @@ class _HoveringPatientCardState extends State<HoveringPatientCard> {
|
|
|
Widget build(BuildContext context) {
|
|
|
return Material(
|
|
|
child: LayoutBuilder(builder: (context, constraints) {
|
|
|
- _topVN = ValueNotifier(86.0);
|
|
|
+ _topVN = ValueNotifier(186.0);
|
|
|
_leftVN = ValueNotifier(constraints.maxWidth - widget.childSize.width);
|
|
|
return Stack(
|
|
|
alignment: widget.alignment,
|