SelectImplementationRow constructor

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

Implementation

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