Skip to content

Commit 03a575f

Browse files
Update r_padding.dart (#524)
edited the typo in the code
1 parent c8dfc96 commit 03a575f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/r_padding.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 'package:flutter/rendering.dart';
44
import 'size_extension.dart';
55

66
class RPadding extends SingleChildRenderObjectWidget {
7-
/// Creates a adapt widget that insets its child.
7+
/// Creates an adapt widget that insets its child.
88
///
99
/// The [padding] argument must not be null.
1010
const RPadding({

0 commit comments

Comments
 (0)