ListenerText constructor

const ListenerText(
  1. ValueListenable<String> data, {
  2. Key? key,
  3. TextStyle? style,
  4. String nullValue = '',
})

Implementation

const ListenerText(
  this.data, {
  super.key,
  this.style,
  this.nullValue = '',
});