ChangeableBox constructor

const ChangeableBox({
  1. Key? key,
})

Implementation

const ChangeableBox({Key? key}) : super(key: key);