VoltageWarning constructor

const VoltageWarning({
  1. required FooterViewModel model,
})

Creates a voltage warning widget.

Implementation

const VoltageWarning({required this.model});