FlutterUXOverlay constructor
FlutterUXOverlay({})
Implementation
FlutterUXOverlay(
{Color color = Colors.red,
bool hideGestures = true,
List<String> screens = const [],
bool excludeMentionedScreens = false})
: super(screens, excludeMentionedScreens) {
this.color = color;
this.hideGestures = hideGestures;
}