mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 16:48:16 +08:00
committed by
GitHub
parent
56756c5c85
commit
41c8e1a538
@@ -317,8 +317,8 @@ class _DanmakuTip extends SingleChildRenderObjectWidget {
|
||||
|
||||
class _RenderDanmakuTip extends RenderProxyBox {
|
||||
_RenderDanmakuTip({
|
||||
required double offset,
|
||||
}) : _offset = offset;
|
||||
required this._offset,
|
||||
});
|
||||
|
||||
double _offset;
|
||||
double get offset => _offset;
|
||||
|
||||
Reference in New Issue
Block a user