Skip to content

Commit

Permalink
moved dismissible overlay (apache#23692)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhan.nausharipov committed Dec 1, 2022
1 parent 869b40c commit 9720c13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import 'package:flutter/material.dart';

class DismissibleOverlay extends StatelessWidget {
final void Function() close;
final VoidCallback close;
final Positioned child;

const DismissibleOverlay({
Expand Down

0 comments on commit 9720c13

Please sign in to comment.