menu
flutter_simple_ui package
documentation
models/form_config.dart
TreeSelectProps<T>
remoteFetch property
remoteFetch property
dark_mode
light_mode
remoteFetch
property
Future
<
List
<
SelectData
<
T
>
>
>
Function
(
String
)
?
remoteFetch
final
Implementation
final Future<List<SelectData<T>>> Function(String)? remoteFetch;
flutter_simple_ui package
documentation
models/form_config
TreeSelectProps<T>
remoteFetch property
TreeSelectProps class