FxOverlayView<T> constructor
FxOverlayView<T> ({
- Key? key,
- bool showTitle = true,
- bool isScrollable = true,
- required FxOverlayOptions<
T> options, - required ScrollController scrollController,
Implementation
FxOverlayView({
super.key,
this.showTitle = true,
this.isScrollable = true,
required this.options,
required this.scrollController,
});