LayerOptions constructor

LayerOptions({
  1. Key? key,
  2. Stream<Null>? rebuild,
})

Implementation

LayerOptions({this.key, this.rebuild});