flexible method

Flexible flexible({
  1. int flex = 1,
})

Implementation

Flexible flexible({int flex = 1}) => Flexible(flex: flex, child: this);