LogsSearchContent constructor

const LogsSearchContent({
  1. required TextEditingController searchController,
  2. Key? key,
})

Implementation

const LogsSearchContent({required this.searchController, super.key});