BorderEndCallback typedef

BorderEndCallback = void Function(double width, double height, Offset offset)

Implementation

typedef BorderEndCallback = void Function(
    double width, double height, Offset offset);