MoreSelectionPage constructor
const
MoreSelectionPage({
- Key? key,
- required SelectionEntity entityData,
- dynamic confirmCallback()?,
- OnCustomFloatingLayerClick? onCustomFloatingLayerClick,
- required SelectionConfig themeData,
Implementation
const MoreSelectionPage(
{Key? key,
required this.entityData,
this.confirmCallback,
this.onCustomFloatingLayerClick,
required this.themeData})
: super(key: key);