StaticPage constructor
const
StaticPage({
- required Widget child,
- EdgeInsets? padding,
- AppBar? appBar,
- FloatingActionButton? floatingActionButton,
- Key? key,
Implementation
const StaticPage({
required this.child,
this.padding,
this.appBar,
this.floatingActionButton,
super.key,
});