Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Customization Options #2

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

PranayD1807
Copy link

@PranayD1807 PranayD1807 commented Aug 14, 2024

  1. final double selectedButtonOffset: Offset of selected button, default 105.0.
  2. final double buttonElevation: Elevation of a floating button, default 0.0.
  3. final double? curveDepth: Depth of the curve (notch). This defines how deep the curve (or notch) will extend vertically into the navigation bar.
  4. final double? curveWidthScale: Scale of the curve's width. This defines the horizontal scaling of the curve, controlling how wide the curve (or notch) will be.
  5. final Gradient? gradient: The gradient of the [CurvedNavigationBar] itself.
  6. final BorderRadius? borderRadius: Border radius of the [CurvedNavigationBar].
  7. final double horizontalContentPadding: Horizontal content padding in [CurvedNavigationBar]. Default 0.0.

namanh11611 and others added 15 commits October 8, 2022 21:46
/// Offset of selected button, default 105.0.
final double selectedButtonOffset;

/// Elevation of floating button, default 0.0.
final double buttonElevation;

/// Depth of the curve (notch).
/// This defines how deep the curve (or notch) will extend vertically into the navigation bar.
final double? curveDepth;

/// Scale of the curve's width.
/// This defines the horizontal scaling of the curve, controlling how wide the curve (or notch) will be.
final double? curveWidthScale;

/// The gradient of the [CurvedNavigationBar] itself.
final Gradient? gradient;
/// Border radius of the [CurvedNavigationBar].
final BorderRadius? borderRadius;
/// Horizontal padding of content in [CurvedNavigationBar]. Default 0.0.

final double horizontalContentPadding;
@namanh11611 namanh11611 force-pushed the master branch 4 times, most recently from 687361c to 3856bea Compare November 10, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants