NetworkInfoWidget constructor

const NetworkInfoWidget({
  1. required NetworkHistoryTable table,
  2. Key? key,
})

Implementation

const NetworkInfoWidget({required this.table, super.key});