displayConfig property

DisplayConfig? Function() displayConfig
final

Live reader: the currently-active DisplayConfig (the displayed origin's, merged with any active mode override). Null when no origin is displayed. Tools (e.g., Cropper) read this to check whether they should be active in the current state.

Implementation

final DisplayConfig? Function() displayConfig;