getState abstract method

PageState getState(
  1. Widget child,
  2. bool isExist(
    1. Widget
    )
)

Implementation

PageState getState(Widget child, bool Function(Widget) isExist);