gest added
This commit is contained in:
@@ -23,7 +23,7 @@ class ButtonWidget {
|
||||
Color? borderClr,
|
||||
required VoidCallback function,
|
||||
}) {
|
||||
return InkWell(
|
||||
return GestureDetector(
|
||||
onTap: function,
|
||||
child: Container(
|
||||
margin: const EdgeInsets.symmetric(
|
||||
|
||||
Reference in New Issue
Block a user