HubbleModalWrap constructor

const HubbleModalWrap({
  1. Key? key,
  2. required Widget child,
  3. Color? background,
})

Implementation

const HubbleModalWrap({super.key, required this.child, this.background});