menu
document_builder package
documentation
widgets/list.dart
ListOptions
ListOptions.new constructor
ListOptions.new constructor
dark_mode
light_mode
ListOptions
constructor
ListOptions
(
{
required
String
indexList
,
required
List
list
,
String
?
title
,
String
?
description
,
})
Implementation
ListOptions({ required this.indexList, required this.list, this.title, this.description });
document_builder package
documentation
widgets/list
ListOptions
ListOptions.new constructor
ListOptions class