menu
ux_kit_core package
documentation
input/input.dart
ListInput<T, S, U, M, C extends InputConfig<S, U>, I extends Input<T, S, U, C>>
state property
state property
dark_mode
light_mode
state
property
@
override
List
<
S
>
get
state
override
Implementation
@override List<S> get state => [...list.value.map((e) => e.state)];
ux_kit_core package
documentation
input/input
ListInput<T, S, U, M, C extends InputConfig<S, U>, I extends Input<T, S, U, C>>
state property
ListInput class