menu
util_xx package
documentation
Eventxx.dart
EventxxLine_c<T>
EventxxLine_c constructor
EventxxLine_c constructor
dark_mode
light_mode
EventxxLine_c<
T
>
constructor
EventxxLine_c<
T
>
(
{
required
Future
<
bool
>
onListen
(
T
value
),
})
线性任务队列
Implementation
EventxxLine_c({ required this.onListen, });
util_xx package
documentation
Eventxx
EventxxLine_c<T>
EventxxLine_c constructor
EventxxLine_c class