open static method
弹出选择框
Implementation
static Future<TdAddressValue?> open(
TdAddressValue? initialValue, {
Text? title,
}) {
return TdCascaderPlugin.open(
initialValue,
title: title,
options: kCityOptions,
);
}
弹出选择框
static Future<TdAddressValue?> open(
TdAddressValue? initialValue, {
Text? title,
}) {
return TdCascaderPlugin.open(
initialValue,
title: title,
options: kCityOptions,
);
}