build method
Implementation
@override
Widget build(BuildContext context, AdaptiveMasterTile component) {
return MacosUIMasterTile(
selected: component.selected,
leading: component.leading,
title: component.title,
subtitle: component.subtitle,
trailing: component.trailing,
onTap: component.onTap,
);
}