adjust padding
This commit is contained in:
parent
e2c171adec
commit
fd9c61ea09
38 changed files with 5134 additions and 1 deletions
9
.widget_preview/lib/main.dart
Normal file
9
.widget_preview/lib/main.dart
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2014 The Flutter Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
import 'src/widget_preview_rendering.dart';
|
||||
|
||||
Future<void> main() async {
|
||||
await mainImpl();
|
||||
}
|
||||
Loading…
Reference in a new issue