totalWidgets property

int get totalWidgets

Implementation

int get totalWidgets => widget.totalWidgets;
set totalWidgets (int newVal)

Implementation

set totalWidgets(int newVal) {
  totalWidgets = newVal;
}