mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 11:22:16 +08:00
opt: exclude analysis flutter widget (#1745)
This commit is contained in:
committed by
GitHub
parent
27ae296b28
commit
5ee83d902d
@@ -3,7 +3,7 @@ import 'dart:ui' show Color;
|
||||
import 'package:canvas_danmaku/models/danmaku_content_item.dart'
|
||||
show DanmakuItemType;
|
||||
|
||||
abstract class DmUtils {
|
||||
abstract final class DmUtils {
|
||||
static Color decimalToColor(int decimalColor) =>
|
||||
Color(decimalColor | 0xFF000000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user