bs_flutter_selectbox library

Typedefs

BsRenderText = Widget Function(dynamic data)
define function for renderText options
BsSelectBoxServerSide = Future<BsSelectBoxResponse> Function(Map<String, String> params)
define function fo serverSide mode
BsSelectValidatorValue<T> = String? Function(T? value)
Type definition for custom bs form validator
BsSetOptionValue = dynamic Function(dynamic data)
define function for set value of option