AppListView constructor
const
AppListView({
- required bool isReadyToggle,
- required int length,
- required ItemBuilder title,
- required double width,
- ItemBuilder? trailing,
- double height = 68,
- double mt = 180,
- Key? key,
Implementation
const AppListView({
required this.isReadyToggle,
required this.length,
required this.title,
required this.width,
this.trailing,
this.height = 68,
this.mt = 180,
super.key,
});