reserve property

EdgeInsets reserve
final

Space reserved for chrome that lives inside the paint area but should not be occupied by cells — e.g. a scrollbar gutter. The resolver subtracts this from available before computing the cell grid.

Implementation

final EdgeInsets reserve;