contextList property

List<BuildContext> get contextList

Implementation

List<BuildContext> get contextList => _contextList ?? [];
set contextList (List<BuildContext>? value)

Implementation

set contextList(List<BuildContext>? value) => _contextList = value;