NotManageableWidgetException constructor
NotManageableWidgetException(
- 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';
}