adjust padding

This commit is contained in:
Henry Hiles 2026-09-16 16:09:56 -04:00
commit fd9c61ea09
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
38 changed files with 5134 additions and 1 deletions

View 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();
}