selection property

  1. @override
S2SingleSelection<T>? selection
covariantgetter/setter pairoverride

State of the selected choice(s) State of choice(s) selection in the modal

Implementation

/// State of choice(s) selection in the modal
@override
S2SingleSelection<T>? selection;