const ExpandableFab({ Key? key, this.initialOpen, required this.distance, required this.children, }) : super(key: key);