Unverified Commit f18cb2d0 authored by Bruno Leroux's avatar Bruno Leroux Committed by GitHub

Fix typos 'wether' -> 'whether' (#128392)

## Description

Fix two typos where 'wether' was used instead of 'whether'.

## Tests

Documentation only.
parent 09c07067
......@@ -202,7 +202,7 @@ class _ZoomPageTransition extends StatelessWidget {
///
/// See also:
///
/// * [TransitionRoute.allowSnapshotting], which defines wether the route
/// * [TransitionRoute.allowSnapshotting], which defines whether the route
/// transition will prefer to animate a snapshot of the entering and exiting
/// routes.
final bool allowSnapshotting;
......
......@@ -437,8 +437,7 @@ class RadioListTile<T> extends StatelessWidget {
final _RadioType _radioType;
/// Determines wether or not to use the checkbox style for the [CupertinoRadio]
/// control.
/// Whether to use the checkbox style for the [CupertinoRadio] control.
///
/// Only usable under the [RadioListTile.adaptive] constructor. If set to
/// true, on Apple platforms the radio button will appear as an iOS styled
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment