OtherGridComponent constructor

const OtherGridComponent({
  1. Key? key,
  2. required OtherGridComponentOptions options,
})

Implementation

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