ShellBack constructor

const ShellBack({
  1. required VoidCallback onTap,
  2. String? tooltip,
})

Implementation

const ShellBack({required this.onTap, this.tooltip});