S360fMoreOptions constructor

const S360fMoreOptions({
  1. required List<Map<String, Function>> options,
  2. Widget? child,
  3. Key? key,
})

Implementation

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