BoxView has a property named BackgroundColor but it only works in iOS.
You can use Color instead and it works for both.
My suggestion is that you should put the BackgroundColor property private to not generate confusion.
BoxView has a property named BackgroundColor but it only works in iOS.
You can use Color instead and it works for both.
My suggestion is that you should put the BackgroundColor property private to not generate confusion.