menu
appkit_ui_elements package
documentation
appkit_ui_elements.dart
left<L, R> function
left<L, R> function
dark_mode
light_mode
left<
L
,
R
>
function
Either
<
L
,
R
>
left
<
L
,
R
>(
L
l
)
Implementation
Either<L, R> left<L, R>(L l) => new Left(l);
appkit_ui_elements package
documentation
appkit_ui_elements
left<L, R> function
appkit_ui_elements library