material-components / material-components-flutter-codelabs

Codelabs for Material Components for Flutter
212 stars 246 forks source link

The vertical space for cards is a margin not a padding as it is referenced in the codelab MDC-102 Flutter: Material Structure and Layout #276

Closed jeisux92 closed 2 years ago

jeisux92 commented 2 years ago

The vertical space for cards is a margin not a padding as it is referenced in the page

image

We could see the padding field is not a valid one

image

The 4 points (logical pixels) mentioned belongs to the margin

image

guidezpl commented 2 years ago

Thanks for reporting, this will be fixed upon the next publishing of the codelabs.