menu
fast_develop package
documentation
picker/src/date_model.dart
CommonPickerData
getContentAtIndex method
getContentAtIndex method
dark_mode
light_mode
getContentAtIndex
method
String
?
getContentAtIndex
(
int
column
,
int
index
)
Implementation
String? getContentAtIndex(int column, int index) { return _content[column]?[index].show(); }
fast_develop package
documentation
picker/src/date_model
CommonPickerData
getContentAtIndex method
CommonPickerData class