ModernMainContainerComponent constructor

const ModernMainContainerComponent({
  1. Key? key,
  2. required MainContainerComponentOptions options,
})

Implementation

const ModernMainContainerComponent({super.key, required this.options});