Skip to content

Commit

Permalink
Fix popover issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Aug 28, 2024
1 parent 6027fd0 commit daec1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/lib/widgets/popover.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class _State extends State<_Popover> with SingleTickerProviderStateMixin {
targetAnchor: widget.axis == Axis.horizontal ? Alignment.topRight : Alignment.topCenter,
hideOnTapOutside: widget.hideOnTapOutside,
shift: widget.shift,
follower: (context, style, _) => Padding(
followerBuilder: (context, style, _) => Padding(
padding: const EdgeInsets.only(left: 20, top: 14, right: 20, bottom: 10),
child: SizedBox(
width: 288,
Expand Down

0 comments on commit daec1ca

Please sign in to comment.