mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update code
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class Rate extends StatelessWidget {
|
||||
const Rate(this.rate, {Key? key, this.fontSize}) : super(key: key);
|
||||
const Rate(this.rate, {super.key, this.fontSize});
|
||||
final double rate;
|
||||
final double? fontSize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user