CallbackOnScreenSizeChanged typedef

CallbackOnScreenSizeChanged = void Function(double previousWidth, double previousHeight, double newWidth, double newHeight)

Implementation

typedef CallbackOnScreenSizeChanged = void Function(
    double previousWidth,
    double previousHeight,
    double newWidth,
    double newHeight,
);