StorylyViewSizeChanged typedef
StorylyView size changed callback
Implementation
typedef StorylyViewSizeChanged = void Function(
double width,
double height,
);
StorylyView size changed callback
typedef StorylyViewSizeChanged = void Function(
double width,
double height,
);