isContentScrollAware property

bool isContentScrollAware
final

Whether the sheet should be aware of the content scrolling.

If this is true, shouldDismissKeyboard will also be called whenever the user scrolls a scrollable content within the sheet.

Implementation

final bool isContentScrollAware;