Tkko / Flutter_dismissible_page

Flutter page widget that is dismissed by swipe gestures, with Hero style animations, Inspired by Facebook and Instagram stories.
https://pub.dev/packages/dismissible_page
MIT License
151 stars 39 forks source link

Correct Comment Typo on DismissiblePage #27

Open Samleet opened 1 year ago

Samleet commented 1 year ago

In an attempt to read the comment associated with the Dismissible page Border Property. "FO" was typed instead: "OF" on the given line. raising this issue so it can be corrected.

File: dismissible_page.dart Line: 75

Example

  /// The minimum amount fo border radius widget can have
  final double minRadius;