Back constructor

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

Implementation

const Back({super.key, this.color});