NotManageableWidgetException constructor

NotManageableWidgetException(
  1. dynamic screen
)

Constructor of this exception. It requires the screen that is not manageable.

Implementation

NotManageableWidgetException(this.screen) {
  message = '$screen is not a manageable screen';
}