CustomListTileCheckBoxWidget constructor
const
CustomListTileCheckBoxWidget({
- Key? key,
- required String title,
- required VoidCallback onTap,
- required String subTitle,
- Widget? trailing,
- Widget? leading,
- EdgeInsetsGeometry? contentPadding,
- ValueChanged<
bool> ? onSelect, - bool selector = false,
Implementation
const CustomListTileCheckBoxWidget({
Key? key,
required this.title,
required this.onTap,
required this.subTitle,
this.trailing,
this.leading,
this.contentPadding,
this.onSelect,
this.selector = false,
}) : super(key: key);