backgroundKey property

GlobalKey<State<StatefulWidget>>? backgroundKey
final

GlobalKey of a RepaintBoundary wrapping the background content. Used for Skia/Web background sampling.

Implementation

final GlobalKey? backgroundKey;