EE
Size: a a a
EE
Ю
AA
MB
RV
scrollController.addListener(() {
const int threshold = 200;
if (scrollController.position.maxScrollExtent - scrollController.offset <= threshold){
onScrollEnd();
}
});
AK
scrollController.addListener(() {
const int threshold = 200;
if (scrollController.position.maxScrollExtent - scrollController.offset <= threshold){
onScrollEnd();
}
});
M
RV
RV
SM
M
AK
АБ
EK
АБ
DP
final [street, home, city] = address.featureName.split(',');
SM
ND
final [street, home, city] = address.featureName.split(',');
DP
JS