extent property
double
get
extent
Returns the pixels where the appbar can scroll.
Implementation
double get extent => maxExtent - minExtent;
Returns the pixels where the appbar can scroll.
double get extent => maxExtent - minExtent;