Jeremiah-Louis
Committed by GitHub

Update r_padding.dart (#524)

edited the typo in the code
@@ -4,7 +4,7 @@ import 'package:flutter/rendering.dart'; @@ -4,7 +4,7 @@ import 'package:flutter/rendering.dart';
4 import 'size_extension.dart'; 4 import 'size_extension.dart';
5 5
6 class RPadding extends SingleChildRenderObjectWidget { 6 class RPadding extends SingleChildRenderObjectWidget {
7 - /// Creates a adapt widget that insets its child. 7 + /// Creates an adapt widget that insets its child.
8 /// 8 ///
9 /// The [padding] argument must not be null. 9 /// The [padding] argument must not be null.
10 const RPadding({ 10 const RPadding({