menu
neuron
neuron.dart
When
When.new const constructor
When.new
dark_mode
light_mode
When
constructor
const
When
(
{
Key
?
key
,
required
Signal
<
bool
>
condition
,
required
Widget
then
,
Widget
?
otherwise
,
})
Implementation
const When({ super.key, required this.condition, required this.then, this.otherwise, });
neuron
neuron
When
When.new const constructor
When class