mikemimik / flutter-calendar

A Calendar Widget for flutter
Other
41 stars 12 forks source link

Check to see if callback was passed to constructor, if not, pass noop function #6

Closed mikemimik closed 7 years ago

mikemimik commented 7 years ago

The list of Days that are created all get an event handler for when someone taps on them. The padding days however don't get this event handler and complain when you tap on them.