Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit e5bd8fc

Browse files
committed
Add comment doc
1 parent fa97243 commit e5bd8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/file_selector/file_selector_web/lib/src/dom_helper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:flutter/services.dart';
77
class DomHelper {
88
final _container = Element.tag('file-selector');
99

10-
///
10+
/// Default constructor, initializes the container DOM element.
1111
DomHelper() {
1212
final body = querySelector('body');
1313
body.children.add(_container);

0 commit comments

Comments
 (0)