ClueDataNotFoundText constructor

const ClueDataNotFoundText({
  1. Key? key,
  2. required String notFoundText,
})

Creates a ClueDataNotFoundText.

notFoundText specifies the message to be displayed.

Implementation

const ClueDataNotFoundText({super.key, required this.notFoundText});