Skip to content

Commit

Permalink
Update r_padding.dart (#524)
Browse files Browse the repository at this point in the history
edited the typo in the code
  • Loading branch information
jjboy55 committed Nov 1, 2023
1 parent c8dfc96 commit 03a575f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/r_padding.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 03a575f

Please sign in to comment.