Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jeremiah-Louis
2023-11-01 09:46:25 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2023-11-01 03:46:25 -0500
Commit
03a575f8350b6e35ba6aa627b74e4f00a5107adf
03a575f8
1 parent
c8dfc96f
Update r_padding.dart (#524)
edited the typo in the code
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/r_padding.dart
lib/src/r_padding.dart
View file @
03a575f
...
...
@@ -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 a
n
adapt widget that insets its child.
///
/// The [padding] argument must not be null.
const
RPadding
({
...
...
Please
register
or
login
to post a comment