CustomSingleChildLayoutDemo constructor

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

Implementation

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