menu
fast_develop package
documentation
date_model
CommonPickerData
getContentAtIndex method
getContentAtIndex
brightness_4
getContentAtIndex
method
Null safety
String
?
getContentAtIndex
(
int
column
,
int
index
)
Implementation
String? getContentAtIndex(int column, int index) { return _content[column]?[index].show(); }
fast_develop package
documentation
date_model
CommonPickerData
getContentAtIndex method
CommonPickerData class
Constructors
CommonPickerData
Properties
columnCount
currentTime
hashCode
locale
runtimeType
Methods
getColumnCount
getColumnIndex
getColumnItem
getColumnItemCount
getContentAtIndex
layoutProportions
leftDivider
noSuchMethod
onComplete
rightDivider
setColumnContent
setColumnIndex
toString
Operators
operator ==