onOpenBuilder property

AsyncChildrenBuilder? onOpenBuilder
final

Repopulate children every time just before opening the dial. If you provide onOpenBuilder then you must also provide a non-const children (e.g. children: []) since children is const by default and cannot be modified.

Implementation

final AsyncChildrenBuilder? onOpenBuilder;