menu
dart_identity_sdk package
documentation
table_sync/widgets/table_sync_item.dart
TableSyncItem
TableSyncItem.new const constructor
TableSyncItem.new const constructor
dark_mode
light_mode
TableSyncItem
constructor
const
TableSyncItem
(
{
Key
?
key
,
required
String
groupID
,
bool
syncOnInit
=
false
,
})
Implementation
const TableSyncItem({ super.key, required this.groupID, this.syncOnInit = false, });
dart_identity_sdk package
documentation
table_sync/widgets/table_sync_item
TableSyncItem
TableSyncItem.new const constructor
TableSyncItem class