menu
sysmo_verification package
documentation
kyc_validation.dart
InheritedStreamer<T>
InheritedStreamer.new const constructor
InheritedStreamer.new const constructor
dark_mode
light_mode
InheritedStreamer<
T
>
constructor
const
InheritedStreamer<
T
>
(
Stream
<
T
>
stream
,
Widget
child
, {
Key
?
key
,
})
Implementation
const InheritedStreamer(this.stream, Widget child, {super.key}) : super(child: child);
sysmo_verification package
documentation
kyc_validation
InheritedStreamer<T>
InheritedStreamer.new const constructor
InheritedStreamer class