initial property

  1. @override
bool? initial
final

Whether the popover is initially shown. Defaults to false (hidden).

Contract

Throws AssertionError if initial and controller are both provided.

Implementation

@override
final bool? initial;