BoxConstraintsTransformCallable typedef

BoxConstraintsTransformCallable = Callable1<BoxConstraints, BoxConstraints>

typedef BoxConstraintsTransform = BoxConstraints Function(BoxConstraints);

Implementation

typedef BoxConstraintsTransformCallable
    = Callable1<BoxConstraints, BoxConstraints>;