FeatureControls constructor

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

Implementation

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