MenuListContent constructor
const
MenuListContent({})
Implementation
const MenuListContent({
Key? key,
this.leading,
required this.title,
this.subTitle,
this.trailing = const Icon(
Icons.arrow_forward_ios,
size: 20,
),
this.onTap,
this.padding = const EdgeInsets.only(
right: 10,
top: 14,
bottom: 14,
),
this.leadingSpace = 45,
this.iosStyle,
}) : super(key: key);