ShellBack constructor
const
ShellBack({
- required VoidCallback onTap,
- String? tooltip,
Implementation
const ShellBack({required this.onTap, this.tooltip});
const ShellBack({required this.onTap, this.tooltip});