flutter / flutter/flutter

Support `Radio.adaptive` for RadioMenuButton

Open
#147,975 6 comments 3 reactions 0 assignees View on GitHub
c: proposal p: material_ui P2 package team-design triaged-design would be a good package
Dominant language
Dart
Stars
179k
Forks
31.1k
PR merge metrics
PR metrics pending

Description

### Use case

RadioMenuButton uses [Radio](https://api.flutter.dev/flutter/material/Radio-class.html) fixedly which supports Material Design only.

https://github.com/flutter/flutter/blob/1fba66d82e92bb0e9a10fbd4b7af8d53f987e25b/packages/flutter/lib/src/material/menu_anchor.dart#L1576

### Proposal

Since we have [Radio.adaptive](https://github.com/flutter/flutter/blob/1fba66d82e92bb0e9a10fbd4b7af8d53f987e25b/packages/flutter/lib/src/material/radio.dart#L118), could we also have `RadioMenuButton.adaptive`?

| Radio | Radio.adaptive |
| --------------- | --------------- |
|

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.