XExpression constructor

const XExpression(
  1. CallClick _callClick, {
  2. Key? key,
  3. int crossAxisCount = 8,
  4. double mainAxisSpacing = 2,
  5. double crossAxisSpacing = 2,
  6. double childAspectRatio = 1,
  7. double padding = 10,
})

Implementation

const XExpression(this._callClick,
    {Key? key,
    this.crossAxisCount = 8,
    this.mainAxisSpacing = 2,
    this.crossAxisSpacing = 2,
    this.childAspectRatio = 1,
    this.padding = 10})
    : super(key: key);