RoteFlowButtonMenu constructor

RoteFlowButtonMenu({
  1. required List<Widget> iconList,
  2. dynamic clickCallBack(
    1. int index
    )?,
  3. bool isLog = false,
  4. Color defaultBackgroundColor = Colors.deepOrange,
  5. List<Color>? iconBackgroundColorList,
})

Implementation

RoteFlowButtonMenu(
    {required this.iconList,
    this.clickCallBack,
    this.isLog = false,
    this.defaultBackgroundColor = Colors.deepOrange,
    this.iconBackgroundColorList});