JsonExpandedBuilder constructor
JsonExpandedBuilder({
- required int flex,
Implementation
JsonExpandedBuilder({
required this.flex,
}) : super(numSupportedChildren: kNumSupportedChildren);
JsonExpandedBuilder({
required this.flex,
}) : super(numSupportedChildren: kNumSupportedChildren);