mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-03 01:28:17 +08:00
@@ -113,8 +113,8 @@ class _SliverFloatingHeaderWidget extends SingleChildRenderObjectWidget {
|
||||
|
||||
class RenderSliverFloatingHeader extends RenderSliverSingleBoxAdapter {
|
||||
RenderSliverFloatingHeader({
|
||||
required Color backgroundColor,
|
||||
}) : _backgroundColor = backgroundColor;
|
||||
required this._backgroundColor,
|
||||
});
|
||||
|
||||
Color _backgroundColor;
|
||||
set backgroundColor(Color value) {
|
||||
|
||||
Reference in New Issue
Block a user