MoreSelectionPage constructor

const MoreSelectionPage({
  1. Key? key,
  2. required SelectionEntity entityData,
  3. dynamic confirmCallback(
    1. SelectionEntity
    )?,
  4. OnCustomFloatingLayerClick? onCustomFloatingLayerClick,
  5. required SelectionConfig themeData,
})

Implementation

const MoreSelectionPage(
    {Key? key,
    required this.entityData,
    this.confirmCallback,
    this.onCustomFloatingLayerClick,
    required this.themeData})
    : super(key: key);