menu
flame package
documentation
rendering.dart
PaintDecorator
PaintDecorator.blur constructor
PaintDecorator.blur constructor
dark_mode
light_mode
PaintDecorator.blur
constructor
PaintDecorator.blur
(
double
amount
, [
double
?
amountY
])
Implementation
PaintDecorator.blur(double amount, [double? amountY]) { addBlur(amount, amountY ?? amount); }
flame package
documentation
rendering
PaintDecorator
PaintDecorator.blur constructor
PaintDecorator class