isSliverAppBarExpanded property

bool isSliverAppBarExpanded

Implementation

bool get isSliverAppBarExpanded => _isSliverAppBarExpanded.value;
void isSliverAppBarExpanded=(dynamic value)

Implementation

set isSliverAppBarExpanded(value) => _isSliverAppBarExpanded.value = value;