FastListItemLayout constructor
const
FastListItemLayout({
- Key? key,
- required String labelText,
- bool capitalizeLabelText = true,
- double minLeadingWidth = 16.0,
- bool isEnabled = true,
- bool isDense = true,
- Color? selectionLabelColor,
- String? descriptionText,
- EdgeInsets? contentPadding,
- Color? selectionColor,
- FastListItemDescriptor? descriptor,
- Widget? trailing,
- Widget? leading,
- VoidCallback? onTap,
Implementation
const FastListItemLayout({
super.key,
required this.labelText,
this.capitalizeLabelText = true,
this.minLeadingWidth = 16.0,
this.isEnabled = true,
this.isDense = true,
this.selectionLabelColor,
this.descriptionText,
this.contentPadding,
this.selectionColor,
this.descriptor,
this.trailing,
this.leading,
this.onTap,
});