Skip to content

Use trailing modifier syntax in tutorials #131

Open
@bencochran

Description

@bencochran

Instead of

Inset(
    uniformInset: 24.0,
    wrapping: label)

we should make the tutorials use the trailing modifier syntax:

label.inset(uniform: 24)

(came up in #130)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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