Fixed Remaining Problems
This commit is contained in:
@ -19,9 +19,9 @@ class ProgressListTile extends StatelessWidget {
|
||||
final Color doneColor, leftColor;
|
||||
|
||||
const ProgressListTile({super.key,
|
||||
@required this.timeProgress,
|
||||
@required this.doneColor,
|
||||
@required this.leftColor,
|
||||
required this.timeProgress,
|
||||
required this.doneColor,
|
||||
required this.leftColor,
|
||||
});
|
||||
|
||||
Widget _renderSubtitle(BuildContext context) {
|
||||
|
@ -8,9 +8,9 @@ class ProgressListView extends StatelessWidget {
|
||||
|
||||
const ProgressListView({
|
||||
super.key,
|
||||
@required this.timeProgressList,
|
||||
@required this.doneColor,
|
||||
@required this.leftColor,
|
||||
required this.timeProgressList,
|
||||
required this.doneColor,
|
||||
required this.leftColor,
|
||||
});
|
||||
|
||||
List<Widget> _renderListViewChildren() {
|
||||
|
Reference in New Issue
Block a user