Skip to content

DropdownButton has no splash effect #31641

@altherat

Description

@altherat

Tapping on a DropdownButton has no splash/ink effect or any touch feedback.

Potential simple fix would be to replace GestureDetector with InkWell here:

child: GestureDetector(
onTap: _enabled ? _handleTap : null,
behavior: HitTestBehavior.opaque,
child: result,
),

Would be nice to add custom padding as well.

Metadata

Metadata

Assignees

Labels

c: new featureNothing broken; request for a new capabilityf: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer version

Type

No type

Projects

Status

Done (PR merged)

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions