menu
quiz_package package
documentation
CustomWidgets/CustomBlurPlate/custom_blur_plate.dart
CustomBlurPlate
CustomBlurPlate.new const constructor
CustomBlurPlate.new const constructor
dark_mode
light_mode
CustomBlurPlate
constructor
const
CustomBlurPlate
(
{
Key
?
key
,
required
Widget
child
,
double
blurAmount
=
6
,
})
Implementation
const CustomBlurPlate({ super.key, required this.child, this.blurAmount = 6, });
quiz_package package
documentation
CustomWidgets/CustomBlurPlate/custom_blur_plate
CustomBlurPlate
CustomBlurPlate.new const constructor
CustomBlurPlate class