$FespListTileBuilderData constructor

const $FespListTileBuilderData({
  1. required Widget title,
  2. Widget? leading,
  3. Widget? trailing,
  4. required ShapeBorder shape,
  5. void onTap()?,
})

Implementation

const $FespListTileBuilderData({
  required this.title,
  this.leading,
  this.trailing,
  required this.shape,
  this.onTap,
});