JsonExpandedBuilder constructor

JsonExpandedBuilder({
  1. required int flex,
})

Implementation

JsonExpandedBuilder({
  required this.flex,
}) : super(numSupportedChildren: kNumSupportedChildren);