menu
appkit_ui_elements package
documentation
appkit_ui_elements.dart
right<L, R> function
right<L, R> function
dark_mode
light_mode
right<
L
,
R
>
function
Either
<
L
,
R
>
right
<
L
,
R
>(
R
r
)
Implementation
Either<L, R> right<L, R>(R r) => new Right(r);
appkit_ui_elements package
documentation
appkit_ui_elements
right<L, R> function
appkit_ui_elements library