LayoutId constructor
Marks a child with a layout identifier.
Implementation
LayoutId({
Key? key,
required this.id,
required super.child,
}) : super(key: key ?? ValueKey<Object>(id));
Marks a child with a layout identifier.
LayoutId({
Key? key,
required this.id,
required super.child,
}) : super(key: key ?? ValueKey<Object>(id));