CNListItem constructor
const
CNListItem({})
Creates a row for a CNNativeList.
Implementation
const CNListItem({
required this.title,
this.subtitle,
this.leadingSymbol,
this.showChevron = false,
});
Creates a row for a CNNativeList.
const CNListItem({
required this.title,
this.subtitle,
this.leadingSymbol,
this.showChevron = false,
});