frontLayerShape property

ShapeBorder frontLayerShape
final

Defines the ShapeBorder applied to the front layer.

Defaults to

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

Implementation

final ShapeBorder frontLayerShape;