FlxValue<T> constructor
const
FlxValue<T> (
- ValueListenable<
T> data, - Widget builder(
- T value
- Key? key,
Implementation
const FlxValue(this.data, this.builder, {super.key});