SelectMethodCallRow constructor

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

Implementation

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