TSShareHomeButtons constructor
const
TSShareHomeButtons({})
Implementation
const TSShareHomeButtons({
Key? key,
required this.saveHandle,
required this.button2Text,
required this.button2Handle,
}) : super(key: key);