Sreeraj
Sreeraj
same issue here, can we override isTooSoon and hasAlerted ?
@feinstein i also have the same issue, we can use the `alignmentOffset` inside DropdownMenu to adjust the position, but i'm not sure what happens on different screen sizes or if...
``` TextStyle myTextStyleBuilder( Set attributions, TextStyle base, ) { var style = base; for (final attr in attributions) { if (attr.id == 'bold') { style = style.copyWith(fontWeight: FontWeight.bold); } else...