blob: f0419ff604f620865d7b082150599e7e5fed833e [file] [log] [blame]
// Copyright 2022 The Chromium 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 'package:flutter/src/widgets/framework.dart';
mixin SingleTickerProviderStateMixin<T extends StatefulWidget> on State<T> {}