frontLayerBorderRadius property

  1. @Deprecated("This member is deprecated since v0.7.1 and will be removed in future. " "Use `frontLayerShape` instead.")
BorderRadius? frontLayerBorderRadius
final

Defines the BorderRadius applied to the front layer.

Defaults to

const BorderRadius.only(
    topLeft: Radius.circular(16),
    topRight: Radius.circular(16),
)

NOTE: This is deprecated and will be removed in future. Use frontLayerShape instead.

Implementation

@Deprecated(
    "This member is deprecated since v0.7.1 and will be removed in future. "
    "Use `frontLayerShape` instead.")
final BorderRadius? frontLayerBorderRadius;