SpaceJam
Features
SpaceJamAppBar

SpaceJamAppBarAction
A class containing the action's icon, action on tap, and tooltip.(Example: search icon on the SpaceJamAppBar's example image)
SpaceJamButton
SpaceJamButton outside of a SpaceJamContainer widget.
SpaceJamButton inside of a SpaceJamContainer widget.

SpaceJamContainer

SpaceJamImagePage

SpaceJamTextStyles
This will use your TextTheme from your Theme to make them the correct size.SpaceJamTheme
With this class you can call the theme of SpaceJam, like `TextTheme`.SpaceJamPage
Use this widget to easily create a whole page which uses SpaceJam widgets.SpaceJamCollection

SpaceJamCollectionItem

SpaceJamImageBox
SpaceJamImageBox outside of a SpaceJamContainer widget.

SpaceJamImageBox inside of a SpaceJamContainer widget.
Usage
Add spacejam to your dependencies.yaml.
dependencies:
spacejam: ^1.1.6
Run pub get in your terminal.
flutter pub get