$FespListTileBuilderData constructor
const
$FespListTileBuilderData({
- required Widget title,
- Widget? leading,
- Widget? trailing,
- required ShapeBorder shape,
- void onTap()?,
Implementation
const $FespListTileBuilderData({
required this.title,
this.leading,
this.trailing,
required this.shape,
this.onTap,
});