felangel / flow_builder

Flutter Flows made easy! A Flutter package which simplifies navigation flows with a flexible, declarative API.
https://pub.dev/packages/flow_builder
MIT License
389 stars 63 forks source link

feat: add optional `clipBehavior` #113

Closed wolfenrain closed 7 months ago

wolfenrain commented 7 months ago

Status

READY

Breaking Changes

NO

Description

Add optional clipBehavior property for more control over the shown page.

Type of Change