Radio button

This commit is contained in:
2026-01-16 04:56:23 +00:00
parent 271f8d7fa9
commit f263ee96b3
2 changed files with 305 additions and 58 deletions

View File

@@ -80,7 +80,7 @@ public partial class RadioButtonHandler : ViewHandler<IRadioButton, SkiaRadioBut
if (radioButton.TextColor is not null)
{
handler.PlatformView.TextColor = radioButton.TextColor.ToSKColor();
handler.PlatformView.TextColor = radioButton.TextColor;
}
}