onAppBarPinnedChanged property

ValueChanged<bool>? onAppBarPinnedChanged
final

Callback used to pin or unpin the top AppBar.

Implementation

final ValueChanged<bool>? onAppBarPinnedChanged;