4/6/2
This commit is contained in:
@@ -69,8 +69,7 @@ class DrawerCaptain extends StatelessWidget {
|
||||
horizontal: 4, vertical: 1),
|
||||
color: AppColor.greenColor,
|
||||
child: RatingBar.builder(
|
||||
initialRating: double.parse(
|
||||
Get.find<HomeCaptainController>().rating),
|
||||
initialRating: 5,
|
||||
minRating: 1,
|
||||
direction: Axis.horizontal,
|
||||
itemCount: 5,
|
||||
|
||||
Reference in New Issue
Block a user