mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-20 08:08:44 +00:00
@@ -18,8 +18,8 @@ class ExtraHitTestWidget extends SingleChildRenderObjectWidget {
|
||||
|
||||
class RenderExtraHitTestWidget extends RenderProxyBox {
|
||||
RenderExtraHitTestWidget({
|
||||
required double width,
|
||||
}) : _width = width;
|
||||
required this._width,
|
||||
});
|
||||
|
||||
final double _width;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user