9d204ca5d8
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>
10 lines
245 B
Dart
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';
|