Skip to content

Instantly share code, notes, and snippets.

{
"properties": null,
"singleReply": {
"getPageBodyReply": {
"pageBody": {
"description": "",
"rows": [
{
"blackAppPromoList": {
"title": "",
import 'package:flutter/material.dart';
class StarDisplayWidget extends StatelessWidget {
final int value;
final Widget filledStar;
final Widget unfilledStar;
final double size;
final Color color;
final int marginFactor;