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