Widget noDataView({bool isListView = false, String? title, double? size}) { return NoDataView( title: title, isListView: isListView, size: size, ); }