AppBarLoader.value constructor
AppBarLoader.value({})
Implementation
AppBarLoader.value({
super.key,
required LiveData<double?> this.value,
this.backgroundColor,
this.color,
this.valueColor,
this.minHeight,
this.semanticsLabel,
this.semanticsValue,
}) : loading = value.transform((value) => value != null);