mirror of https://github.com/flutter/samples.git
parent
e1a35cc378
commit
566e356b8f
@ -1 +1,5 @@
|
||||
// Copyright 2024 The Flutter team. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
enum ActivityTimeOfDay { daytime, evening }
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
// Copyright 2024 The Flutter team. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
import 'dart:ui';
|
||||
|
||||
final kBlurFilter = ImageFilter.blur(sigmaX: 2, sigmaY: 2);
|
||||
|
||||
Loading…
Reference in new issue