capturedThemes property

CapturedThemes? capturedThemes
final

Stores a list of captured InheritedThemes that are wrapped around the sheet.

Consider setting this attribute when the FModalSheetRoute is created through Navigator.push and its friends.

Implementation

final CapturedThemes? capturedThemes;