AnnotatedRegionLayer<T extends Object> constructor
Creates a new layer that annotates its children with value.
Implementation
AnnotatedRegionLayer(this.value, {this.size, Offset? offset, this.opaque = false})
: offset = offset ?? Offset.zero;