clickedStatus property

ValueNotifier<bool> clickedStatus
final

Implementation

final clickedStatus = ValueNotifier<bool>(false);