Files
sdk/pkg/analysis_server/test/mock_packages/ui/lib/ui.dart
T
Konstantin Shcheglov 9d204ca5d8 Start adding 'Container' properties.
R=brianwilkerson@google.com

Change-Id: I88c8194545dc3944318b897616e5a500c97ae4d5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/109422
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2019-07-17 20:03:54 +00:00

10 lines
245 B
Dart

// Copyright 2013 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.
library dart.ui;
part 'geometry.dart';
part 'painting.dart';
part 'text.dart';