Initial commit for Intaleq Driver
This commit is contained in:
@@ -240,7 +240,7 @@ class RatePassenger extends StatelessWidget {
|
||||
RatingBar.builder(
|
||||
initialRating: 0,
|
||||
itemCount: 5,
|
||||
itemSize: 50,
|
||||
itemSize: 40,
|
||||
itemPadding: const EdgeInsets.symmetric(horizontal: 4),
|
||||
itemBuilder: (context, index) {
|
||||
switch (index) {
|
||||
|
||||
Reference in New Issue
Block a user