expandedHeight property

Size expandedHeight

Implementation

Size get expandedHeight {
  return Size.fromHeight(expandedWidgets.sumBy((w) => w.expandedHeight));
}