SmartWatchHomeScreen constructor
const
SmartWatchHomeScreen({
- Key? key,
- required dynamic description,
- dynamic userPackageId,
- dynamic module_id,
Implementation
const SmartWatchHomeScreen(
{super.key,
required this.description,
this.userPackageId,
this.module_id});