menu
fluent_editor package
documentation
widgets/dialogs/image_drop_stub.dart
WebDropTarget
WebDropTarget.new const constructor
WebDropTarget.new const constructor
dark_mode
light_mode
WebDropTarget
constructor
const
WebDropTarget
(
{
Key
?
key
,
required
Widget
child
,
void
onFileDropped
(
List
<
int
>
bytes
,
String
fileName
,
String
extension
)?,
})
Implementation
const WebDropTarget({ super.key, required this.child, this.onFileDropped, });
fluent_editor package
documentation
widgets/dialogs/image_drop_stub
WebDropTarget
WebDropTarget.new const constructor
WebDropTarget class