expanded method

Expanded expanded({
  1. Key? key,
  2. int flex = 1,
})

Expanded 扩展

Implementation

Expanded expanded({
  Key? key,
  int flex = 1,
}) {
  return Expanded(key: key, child: this);
}