DebugListTile constructor
const
DebugListTile({
- Widget? leading,
- required String title,
- Widget? subtitle,
- Widget? trailing,
- VoidCallback? onTap,
- VoidCallback? onLongPress,
- Key? key,
Creates a debug list tile.
Implementation
const DebugListTile({
this.leading,
required this.title,
this.subtitle,
this.trailing,
this.onTap,
this.onLongPress,
super.key,
});