isBlank property
bool
get
isBlank
Returns true if the page appears to be blank
Implementation
bool get isBlank => !hasVisibleContent || totalElements == 0;
Returns true if the page appears to be blank
bool get isBlank => !hasVisibleContent || totalElements == 0;