XFlex constructor

const XFlex(
  1. int flex, {
  2. Key? key,
})

Implementation

const XFlex(this.flex, {super.key});