20 lines
254 B
Dart
20 lines
254 B
Dart
|
|
import 'dart:math';
|
||
|
|
import 'dart:ui';
|
||
|
|
|
||
|
|
import 'package:flutter/cupertino.dart';
|
||
|
|
import 'package:flutter/material.dart';
|
||
|
|
|
||
|
|
/// Created by @Haoyi on 2020/12/29
|
||
|
|
///
|
||
|
|
///
|
||
|
|
///
|
||
|
|
|
||
|
|
|
||
|
|
part 'tips_painter.dart';
|
||
|
|
|
||
|
|
part 'tips_clipper.dart';
|
||
|
|
|
||
|
|
part 'tips_widget.dart';
|
||
|
|
|
||
|
|
//
|