• Bob Nystrom's avatar
    Fix an incorrect covariant function type. (#5492) · 9efb1685
    Bob Nystrom authored
    The type of rejects should be List<dynamic> to match the type that
    DragTarget expects. Since the function doesn't use rejects anyway,
    there's no need to tighten the type.
    
    Fixes one of the strong_mode_static_type_error errors that is currently
    being ignored.
    9efb1685
draggable_test.dart 31.5 KB