CalculateArea constructor

const CalculateArea({
  1. Key? key,
  2. num? a,
  3. num? b,
})

Implementation

const CalculateArea({Key? key, this.a, this.b}) : super(key: key);