TableSyncButton constructor
const
TableSyncButton({
- Key? key,
- required List<
String> groupIDs, - VoidCallback? onRefresh,
- Color? color,
Implementation
const TableSyncButton({
super.key,
required this.groupIDs,
this.onRefresh,
this.color,
}) : assert(groupIDs.length > 0, 'groupIDs cannot be empty');