StatusByteCounter constructor

const StatusByteCounter({
  1. Key? key,
  2. required int totalBytes,
  3. required TextStyle style,
})

Implementation

const StatusByteCounter({super.key, required this.totalBytes, required this.style});