FXSelectedButtonList constructor

const FXSelectedButtonList({
  1. Key? key,
  2. bool enabledScroll = true,
  3. List selectedItems = const [],
  4. Widget? itemBuilder(
    1. BuildContext,
    2. int
    )?,
  5. List tagTitle = const [],
})

Implementation

const FXSelectedButtonList({
  Key? key,
  this.enabledScroll = true,
  this.selectedItems = const [],
  this.itemBuilder,
  this.tagTitle = const [],
}) : super(key: key);