From 03a575f8350b6e35ba6aa627b74e4f00a5107adf Mon Sep 17 00:00:00 2001 From: Jeremiah-Louis <131529321+jjboy55@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:46:25 +0100 Subject: [PATCH] Update r_padding.dart (#524) edited the typo in the code --- lib/src/r_padding.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/r_padding.dart b/lib/src/r_padding.dart index e5c6928..090d48f 100644 --- a/lib/src/r_padding.dart +++ b/lib/src/r_padding.dart @@ -4,7 +4,7 @@ import 'package:flutter/rendering.dart'; import 'size_extension.dart'; class RPadding extends SingleChildRenderObjectWidget { - /// Creates a adapt widget that insets its child. + /// Creates an adapt widget that insets its child. /// /// The [padding] argument must not be null. const RPadding({