menu
pspdfkit_flutter package
documentation
pspdfkit.dart
ListBoxFormField
ListBoxFormField constructor
ListBoxFormField constructor
dark_mode
light_mode
ListBoxFormField
constructor
ListBoxFormField
(
{
required
List
<
String
>
defaultValues
,
required
List
<
PdfFormOption
>
?
options
,
required
List
<
String
>
?
values
,
})
Implementation
ListBoxFormField( {required this.defaultValues, required this.options, required this.values});
pspdfkit_flutter package
documentation
pspdfkit
ListBoxFormField
ListBoxFormField constructor
ListBoxFormField class