ArithmericOperatorWidget constructor

const ArithmericOperatorWidget({
  1. Key? key,
  2. required DartBlockAlgebraicOperator arithmeticOperator,
})

Implementation

const ArithmericOperatorWidget({super.key, required this.arithmeticOperator});