FloatingContainerElement constructor

const FloatingContainerElement({
  1. required Widget child,
})

Implementation

const FloatingContainerElement({required this.child});