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