SelectImplementationDropDownButton constructor

const SelectImplementationDropDownButton({
  1. Key? key,
  2. required DartBoardFeature feature,
})

Implementation

const SelectImplementationDropDownButton({Key? key, required this.feature})
    : super(key: key);