menu
flutterflow_flash_beta package
documentation
flutterflow_flash.dart
BrownfieldWidgetPatch
shadow method
shadow method
dark_mode
light_mode
shadow
method
void
shadow
(
Shadow
value
)
Replaces box shadow on supported widgets (Container).
Implementation
void shadow(Shadow value) { _shadow = value; }
flutterflow_flash_beta package
documentation
flutterflow_flash
BrownfieldWidgetPatch
shadow method
BrownfieldWidgetPatch class