xLayout_Widget_IfEmptyList method

Widget xLayout_Widget_IfEmptyList()

Override per cambiare il Widget che si vede solo se l'Elenco รจ vuoto

Implementation

Widget xLayout_Widget_IfEmptyList() {
  var x = widget.xBL_BTN_EmptyList == null ? Container() : widget.xBL_BTN_EmptyList!();
  return x ?? Container();
}