Skip to content

[QUESTION] wrap table is scrollview flutter 3.0.0-beta.1 #1262

@Sembauke

Description

@Sembauke

Now that child is no longer here and context is no longer type of RenderContext but ExtensionContext I can't seem to find a way to do this correctly.

extensions: [
          TagExtension(
            tagsToExtend: {'table'},
            builder: (extContext) {
              return SingleChildScrollView(
                scrollDirection: Axis.horizontal,
                child: extContext. ??,
              );
            },
          )
        ],

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions