You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a non trivial task. In order to create a footer that is always at the bottom, and the content runs up until the height of the footer, you need to manage layout. The Scaffold widget is designed to do this.
However using a Scaffold widget is also a non-trivial rewrite of how the calendar is fundamentally displayed.
All the views will eventually be widgets which will take a footer class derived from this abstract or super class.
The text was updated successfully, but these errors were encountered: