Digit1 constructor

const Digit1({
  1. String? name,
})

Implementation

const Digit1({String? name}) : super(name);