TatweerListSection constructor
const
TatweerListSection({})
Implementation
const TatweerListSection({
Key? key,
this.title,
this.subtitle,
required this.children,
this.header,
this.backgroundColor,
this.borderRadius,
this.showDividers = true,
this.dividerColor,
this.padding,
this.itemPadding,
this.elevated = false,
}) : super(key: key);