FContainer<T extends App<T> > constructor
FContainer<T extends App<T> > (})
Implementation
FContainer(super.app, {
super.key,
this.backgroundColor,
required FWidget<T> child,
}) : super(child: child);