LogsWidget constructor

const LogsWidget({
  1. Key? key,
  2. DateTime? from,
  3. DateTime? to,
})

Implementation

const LogsWidget({Key? key, this.from, this.to}) : super(key: key);