FlatWithCheckmark
class FlatWithCheckmark( separatorThicknessDp: Float, startSeparatorInsetDp: Float, endSeparatorInsetDp: Float, topSeparatorEnabled: Boolean, bottomSeparatorEnabled: Boolean, checkmarkInsetDp: Float, additionalVerticalInsetsDp: Float, horizontalInsetsDp: Float, colorsLight: PaymentSheet.Appearance.Embedded.RowStyle.FlatWithCheckmark.Colors, colorsDark: PaymentSheet.Appearance.Embedded.RowStyle.FlatWithCheckmark.Colors) : PaymentSheet.Appearance.Embedded.RowStyle
Constructors
Link copied to clipboard
constructor( context: Context, @DimenRes separatorThicknessRes: Int, @DimenRes startSeparatorInsetRes: Int, @DimenRes endSeparatorInsetRes: Int, topSeparatorEnabled: Boolean, bottomSeparatorEnabled: Boolean, @DimenRes checkmarkInsetRes: Int, @DimenRes additionalVerticalInsetsRes: Int, @DimenRes horizontalInsetsRes: Int, colorsLight: PaymentSheet.Appearance.Embedded.RowStyle.FlatWithCheckmark.Colors, colorsDark: PaymentSheet.Appearance.Embedded.RowStyle.FlatWithCheckmark.Colors)
constructor( separatorThicknessDp: Float, startSeparatorInsetDp: Float, endSeparatorInsetDp: Float, topSeparatorEnabled: Boolean, bottomSeparatorEnabled: Boolean, checkmarkInsetDp: Float, additionalVerticalInsetsDp: Float, horizontalInsetsDp: Float, colorsLight: PaymentSheet.Appearance.Embedded.RowStyle.FlatWithCheckmark.Colors, colorsDark: PaymentSheet.Appearance.Embedded.RowStyle.FlatWithCheckmark.Colors)