EmptyExpanded constructor

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

Implementation

const EmptyExpanded({Key? key, this.flex = 1}) : super(key: key);