build method

  1. @override
Widget build(
  1. BuildContext context,
  2. AdaptiveMasterTile component
)
override

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,
  );
}