FastGroupRow constructor
FastGroupRow({
- required List<
FastGroupModel> groups, - int rowNum = 4,
- Color backgroundColor = Colors.transparent,
- EdgeInsetsGeometry padding = const EdgeInsets.all(10),
- FastGroupRowItem? onTap,
- double iconSize = 55,
Implementation
FastGroupRow({
required this.groups,
this.rowNum = 4,
this.backgroundColor = Colors.transparent,
this.padding = const EdgeInsets.all(10),
this.onTap,
this.iconSize = 55,
});