Skip to content

body2 TextStyle is deprecated #184

Closed
@Rex-Ferrer

Description

@Rex-Ferrer

In MDC-102's Part 6(Make a card collection) and under the Add product data section, the deprecated body2 TextStyle is used in the _buildGridCards(...) method. I recommend changing it to the bodyText2 TextStyle.

Current:

 Text(
    formatter.format(product.price),
    style: theme.textTheme.body2,
  ),

Recommendation:

 Text(
    formatter.format(product.price),
    style: theme.textTheme.bodyText2,
  ),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions