BottomRoundFlowMenu constructor

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

Implementation

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