MultiChildMetadata constructor

MultiChildMetadata(
  1. String key, {
  2. double order = 1.0,
})

Implementation

MultiChildMetadata(String key, {this.order = 1.0}) : super(key);