Skip to content

Commit bf91033

Browse files
committed
doc: Refactor provider_base.dart to fix comment template
1 parent 3c5abbc commit bf91033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/flutter_reactter/lib/src/framework/provider_base.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ abstract class ProviderBase<T extends Object?> extends Widget {
6565
/// {@template provider_base.init}
6666
/// The child widget that will be wrapped by the provider.
6767
/// The child widget can be accessed within the `builder` method of the provider.
68-
/// {@template provider_base.child}
68+
/// {@endtemplate}
6969
final Widget? child;
7070

7171
const ProviderBase(

0 commit comments

Comments
 (0)