FlatHeaderListTile constructor
- Key? key,
- Widget? title,
- Widget? subtitle,
- Widget? trailing,
- VoidCallback? onTap,
- VoidCallback? onLongPress,
- EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: 4.0),
Implementation
const FlatHeaderListTile({
super.key,
this.title,
this.subtitle,
this.trailing,
this.onTap,
this.onLongPress,
this.contentPadding = const EdgeInsets.symmetric(horizontal: 4.0),
});