of static method

_DropSliderState? of(
  1. BuildContext context
)

Implementation

static _DropSliderState? of(BuildContext context) =>
    context.findAncestorStateOfType<_DropSliderState>();