Remove deprecated MediaQuery.boldTextOverride (#143960)
https://github.com/flutter/flutter/issues/143956
This commit is contained in:
parent
94855a964c
commit
ccf9c15071
@ -1579,20 +1579,6 @@ class MediaQuery extends InheritedModel<_MediaQueryAspect> {
|
|||||||
/// {@macro flutter.widgets.media_query.MediaQuery.dontUseOf}
|
/// {@macro flutter.widgets.media_query.MediaQuery.dontUseOf}
|
||||||
static bool boldTextOf(BuildContext context) => maybeBoldTextOf(context) ?? false;
|
static bool boldTextOf(BuildContext context) => maybeBoldTextOf(context) ?? false;
|
||||||
|
|
||||||
/// Returns the [MediaQueryData.boldText] accessibility setting for the
|
|
||||||
/// nearest [MediaQuery] ancestor or false, if no such ancestor exists.
|
|
||||||
///
|
|
||||||
/// Use of this method will cause the given [context] to rebuild any time that
|
|
||||||
/// the [MediaQueryData.boldText] property of the ancestor [MediaQuery]
|
|
||||||
/// changes.
|
|
||||||
///
|
|
||||||
/// Deprecated in favor of [boldTextOf].
|
|
||||||
@Deprecated(
|
|
||||||
'Migrate to boldTextOf. '
|
|
||||||
'This feature was deprecated after v3.5.0-9.0.pre.'
|
|
||||||
)
|
|
||||||
static bool boldTextOverride(BuildContext context) => boldTextOf(context);
|
|
||||||
|
|
||||||
/// Returns the [MediaQueryData.boldText] accessibility setting for the
|
/// Returns the [MediaQueryData.boldText] accessibility setting for the
|
||||||
/// nearest [MediaQuery] ancestor or null, if no such ancestor exists.
|
/// nearest [MediaQuery] ancestor or null, if no such ancestor exists.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user