LGShowCaseWidget constructor
const
LGShowCaseWidget({ - Key? key,
- required dynamic showCaseKey,
- required double height,
- required double width,
- required ShapeBorder targetShape,
- required Widget showCaseWidget,
- required String title,
- required String description,
- Widget? customContent,
})
Implementation
const LGShowCaseWidget(
{super.key,
required this.showCaseKey,
required this.height,
required this.width,
required this.targetShape,
required this.showCaseWidget,
required this.title,
required this.description,
this.customContent});