EditingPannel constructor

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

Implementation

const EditingPannel({
  Key? key,
}) : super(key: key);