capturedThemes property
final
Stores a list of captured InheritedThemes that are wrapped around the bottom sheet.
Consider setting this attribute when the ModalBottomSheetRoute is created through Navigator.push and its friends.
Implementation
final CapturedThemes? capturedThemes;