OverlayClass constructor
const
OverlayClass({
- Key? key,
- required TextStyle style,
- required double width,
- required ThemeData theme,
- required dynamic function(
- RightClickOptions call
- required List<
RightClickOptions> show,
Implementation
const OverlayClass({
Key? key,
required this.style,
required this.width,
required this.theme,
required this.function,
required this.show,
}):super(key: key);