Field BackgroundColor
Gets or sets a delegate that determines the background color for a given view.
public Func<View, Color>? BackgroundColor
Returns
Remarks
Assign a function to customize the background color based on the provided view. If not set, the default background color may be used. The delegate should return the desired color for the specified view.