Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Oct 16, 2019
1 parent 472eb58 commit 95d72c7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions lib/src/photo_view_image_wrapper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ import 'controller/photo_view_controller_delegate.dart';
import 'photo_view_hero_attributes.dart';
import 'photo_view_typedefs.dart';

typedef PhotoViewImageTapUpCallback = Function(BuildContext context,
TapUpDetails details, PhotoViewControllerValue controllerValue);
typedef PhotoViewImageTapDownCallback = Function(BuildContext context,
TapDownDetails details, PhotoViewControllerValue controllerValue);
typedef PhotoViewImageTapUpCallback = Function(
BuildContext context,
TapUpDetails details,
PhotoViewControllerValue controllerValue,
);
typedef PhotoViewImageTapDownCallback = Function(
BuildContext context,
TapDownDetails details,
PhotoViewControllerValue controllerValue,
);

/// Internal widget in which controls all animations lifecycle, core responses
/// to user gestures, updates to the controller state and mounts the entire PhotoView Layout
Expand Down

0 comments on commit 95d72c7

Please sign in to comment.