parent
61f0e37145
commit
8c4ed498bd
3 changed files with 12 additions and 0 deletions
Binary file not shown.
@ -0,0 +1,7 @@ |
|||||||
|
import 'package:flutter/material.dart'; |
||||||
|
|
||||||
|
class LinkDialogAction { |
||||||
|
LinkDialogAction({required this.builder}); |
||||||
|
|
||||||
|
Widget Function(bool canPress, void Function() applyLink) builder; |
||||||
|
} |
Loading…
Reference in new issue