getVerticalController static method
Gets the vertical scroll controller from the nearest ancestor
Implementation
static ScrollController? getVerticalController(BuildContext context) {
return maybeOf(context)?.verticalController;
}
Gets the vertical scroll controller from the nearest ancestor
static ScrollController? getVerticalController(BuildContext context) {
return maybeOf(context)?.verticalController;
}