mono0926/adaptive_dialog

Add `builder` parameter

mono0926 opened this issue · 0 comments

builder parameter allows you to change the Theme.

The builder parameter can be used to wrap the dialog widget to add inherited widgets like Theme.
showDatePicker function - material library - Dart API

This resolves #28, #42 and #56.