mirror of
https://github.com/stonega/tsacdop
synced 2025-02-16 11:31:45 +01:00
Remove unused statement.
This commit is contained in:
parent
774f39da1b
commit
a09718ca91
@ -300,21 +300,6 @@ class _MultiSelectMenuBarState extends State<MultiSelectMenuBar> {
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
));
|
));
|
||||||
OverlayEntry _createOverlayEntry() {
|
|
||||||
RenderBox renderBox = context.findRenderObject();
|
|
||||||
var offset = renderBox.localToGlobal(Offset.zero);
|
|
||||||
return OverlayEntry(
|
|
||||||
builder: (constext) => Positioned(
|
|
||||||
left: offset.dx + 50,
|
|
||||||
top: offset.dy - 60,
|
|
||||||
child: Container(
|
|
||||||
width: 70,
|
|
||||||
height: 100,
|
|
||||||
//color: Colors.grey[200],
|
|
||||||
child: HeartOpen(width: 50, height: 80)),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user