MainAspectComponent constructor

const MainAspectComponent(
  1. {Key? key,
  2. required MainAspectComponentOptions options}
)

Implementation

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