maybeOf static method

Implementation

static CarpenterDragController? maybeOf(BuildContext context) =>
    _binding(context)?.controller;