menu
arche package
documentation
extensions/functions.dart
when<R> function
when<R> function
dark_mode
light_mode
when<
R
>
function
R?
when
<
R
>(
bool
condition
,
FunctionCallback
<
R
>
function
)
Implementation
R?
when
<R>(
bool
condition, FunctionCallback<R> function) => condition ? function() :
null
;
arche package
documentation
extensions/functions
when<R> function
functions library