zoomIn abstract method

Future<void> zoomIn({
  1. bool animated = true,
})

放大一个等级

Implementation

Future<void> zoomIn({bool animated = true});