xLayout_xItemComplex_ListWidgets_TopLeft method

List<Widget> xLayout_xItemComplex_ListWidgets_TopLeft(
  1. XFDataItem item
)

Override per aggiungere dei Widget a sinistra in alto dell'ItemComplex

Implementation

List<Widget> xLayout_xItemComplex_ListWidgets_TopLeft(XFDataItem item) {
  return [];
}