XSingleExpression constructor

const XSingleExpression(
  1. Expression expression,
  2. double padding,
  3. CallClick _callClick, {
  4. Key? key,
})

Implementation

const XSingleExpression(this.expression, this.padding, this._callClick, {Key? key})
    : super(key: key);