3 lines
53 B
Dart
3 lines
53 B
Dart
typedef OnTap();
|
|
typedef CallBack = void Function();
|
typedef OnTap();
|
|
typedef CallBack = void Function();
|