ClickDetails constructor

const ClickDetails({
  1. required int clickCount,
})

Implementation

const ClickDetails({required this.clickCount});