OverlayClass constructor
const
OverlayClass({})
Implementation
const OverlayClass({
Key? key,
required this.width,
required this.theme,
required this.onEditingComplete,
required this.itemName,
}):super(key: key);