AD
Size: a a a
AD
КА
КА
child: ListWheelScrollView.useDelegate(
childDelegate: ListWheelChildBuilderDelegate(
builder: (_, index) {
return Container(
width: 80,
child: Center(
child: Text(
timeInPicker(index),
),
),
);
},
childCount: countListStartTime,
),
controller: _controller1,//FixedExtentScrollController
onSelectedItemChanged: timeInPickerChanged,
physics: FixedExtentScrollPhysics(),
diameterRatio: 1.5,
itemExtent: 30,
overAndUnderCenterOpacity: 0.2,
useMagnifier: true,
),
T
S
S
ПЯ
hh
typedef BackgroundTaskEntry = TaskEntry<BackgroundTask>;
РА
V
V
hh
hh
V
V
V
V
V