FUIPage constructor
const
FUIPage({
- Key? key,
- required List<
Widget> children, - EdgeInsetsGeometry? padding,
- ScrollPhysics? physics,
- double bottomPadding = FUITokens.gap24,
Implementation
const FUIPage({
super.key,
required this.children,
this.padding,
this.physics,
this.bottomPadding = FUITokens.gap24,
});