DefaultInitialWidget constructor

const DefaultInitialWidget({
  1. Key? key,
  2. Widget? centerWidget,
  3. EdgeInsetsGeometry? margin,
  4. Color? backgroundColor,
})

Implementation

const DefaultInitialWidget(
    {super.key, this.centerWidget, this.margin, this.backgroundColor});