dylanwuzh / flutter-cupertino-date-picker

Flutter cupertino style date picker.
Apache License 2.0
363 stars 416 forks source link

is there a way to call onconfirm inside custom title? #50

Open LinoAlejandro opened 5 years ago

CatEatFishs commented 4 years ago

我自定标题,有确定跟取消按钮,确定跟取消按钮的点击事件怎么加?自己用GestureDetector()包裹么?时间从onChange()回调中获取 ?是这个意思么? 如果能用你的onClose onChange 回调最好了