mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-02 09:08:17 +08:00
@@ -47,8 +47,8 @@ class SliverPinnedHeader extends SingleChildRenderObjectWidget {
|
||||
|
||||
class RenderSliverPinnedHeader extends RenderSliverSingleBoxAdapter {
|
||||
RenderSliverPinnedHeader({
|
||||
required Color? backgroundColor,
|
||||
}) : _backgroundColor = backgroundColor;
|
||||
required this._backgroundColor,
|
||||
});
|
||||
|
||||
Color? _backgroundColor;
|
||||
set backgroundColor(Color? value) {
|
||||
|
||||
Reference in New Issue
Block a user