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