menu
pipen package
documentation
tools.dart
ValueProvider<T>
ValueProvider.new const constructor
ValueProvider.new const constructor
dark_mode
light_mode
ValueProvider<
T
>
constructor
const
ValueProvider<
T
>
(
{
Key
?
key
,
required
T
value
,
required
Widget
child
,
})
Implementation
const ValueProvider({super.key, required this.value, required super.child});
pipen package
documentation
tools
ValueProvider<T>
ValueProvider.new const constructor
ValueProvider class