Box50 constructor

const Box50(
  1. Color color, {
  2. Key? key,
})

Implementation

const Box50(this.color, {Key? key}) : super(key: key);