LayoutSidebarLeft constructor

const LayoutSidebarLeft(
  1. {Key? key,
  2. List<String> options = const [],
  3. required dynamic onSelect(
    1. int,
    2. String
    )}
)

Implementation

const LayoutSidebarLeft(
    {Key? key, this.options = const [], required this.onSelect})
    : super(key: key);