DefaultValue constructor

const DefaultValue({
  1. dynamic start,
  2. dynamic end,
})

Implementation

const DefaultValue({this.start, this.end});