CupertinoSegmentedControlDemo constructor

const CupertinoSegmentedControlDemo({
  1. Key? key,
})

Implementation

const CupertinoSegmentedControlDemo({Key? key}) : super(key: key);