ErrorLabel constructor

ErrorLabel(
  1. ValueNotifier<String> text, {
  2. Key? key,
  3. TextStyle? style,
})

Implementation

ErrorLabel(this.text, {Key? key, this.style}) : super(key: key);