FluentPage<T> constructor
const
FluentPage<T> ({})
Creates a fluent-styled page.
Implementation
const FluentPage({
required this.child,
this.maintainState = true,
this.fullscreenDialog = false,
this.allowSnapshotting = true,
super.key,
super.name,
super.arguments,
super.restorationId,
});