Skip to content

radius does not work #25

@ChurikiTenna

Description

@ChurikiTenna

Describe the bug
radius does not work.

To Reproduce
Run code below

DottedBorder(
      color: Color.fromARGB(255, 134, 129, 129), // 点線の色
      radius: Radius.circular(12),
      dashPattern: [6.0,4.0],
      strokeWidth: 3.0,
      strokeCap: StrokeCap.round,
      child: ClipRRect(
        borderRadius: BorderRadius.all(Radius.circular(12)),
        child: child),
    )

Expected behavior
Corner rounded

Screenshots
IMG_4D5C44F26878-1

Desktop (please complete the following information):

  • OS: MacOS
  • Browser non
  • Version 2.0.0+3

Smartphone (please complete the following information):

  • Device: iPhone 11
  • OS: iOS
  • Browser non
  • Version 16.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions