CustomListRow constructor
const
CustomListRow({})
Implementation
const CustomListRow({
super.key,
this.leading,
required this.title,
this.trailing,
required this.onTap,
this.splashColor = Colors.transparent,
this.toggle = false,
});